Skip to content

Commit

Permalink
newrelic.yml: Avoid trailing whitespace in comment
Browse files Browse the repository at this point in the history
Running `newrelic` to generate a configuration from the template, a
trailing whitespace would be introduced. Remove it in the template, so
that certain coding style utilities don’t complain.
  • Loading branch information
Paul Menzel authored and kwugirl committed Jan 30, 2016
1 parent 51e44b5 commit 3cc5ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newrelic.yml
Expand Up @@ -4,7 +4,7 @@
# overhead. For more information, visit www.newrelic.com.
#
# Generated <%= Time.now.strftime('%B %d, %Y') %><%= ", for version #{@agent_version}" if @agent_version %>
# <%= "\n# #{generated_for_user}\n#" if generated_for_user %>
#<%= "\n# #{generated_for_user}\n#" if generated_for_user %>
# For full documentation of agent configuration options, please refer to
# https://docs.newrelic.com/docs/agents/ruby-agent/installation-configuration/ruby-agent-configuration

Expand Down

0 comments on commit 3cc5ddf

Please sign in to comment.