Skip to content

Commit

Permalink
Remove trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Denny Schäfer committed Nov 24, 2015
1 parent 6e7fedd commit 74c4133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/puppet/reports/datadog_reports.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def process
elsif @status == "unchanged"
event_title = "Puppet ran on, and left #{@msg_host} unchanged"
alert_type = "success"
else
else
event_title = "Puppet ran on #{@msg_host}"
alert_type = "success"
end
Expand All @@ -76,7 +76,7 @@ def process
config_version_blurb = if defined?(self.configuration_version) then "applied version #{self.configuration_version} and" else "" end

event_data << "Puppet #{config_version_blurb} changed #{pluralize(changed_resources.length, 'resource')} out of #{total_resource_count}."

# List changed resources
if changed_resources.length > 0
event_data << "\nThe resources that changed are:\n@@@\n"
Expand Down

0 comments on commit 74c4133

Please sign in to comment.