summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlle Jonsson <olle.jonsson@gmail.com>2019-04-01 09:57:12 +0200
committerOlle Jonsson <olle.jonsson@gmail.com>2019-04-01 09:58:18 +0200
commitdf8b6f261439f7ead6a72b96627cdabd684fe5ba (patch)
tree174a17225b6a908e4b975c97c048bccb5c141eae
parent5e5792c66b52dc15d8cc4d68346ef7375b3638b4 (diff)
downloadmixlib-log-df8b6f261439f7ead6a72b96627cdabd684fe5ba.tar.gz
Add whitespace, to avoid YARD warning
- with the whitespace, YARD no longer thinks "at-sign logger" is a directive to YARD Signed-off-by: Olle Jonsson <olle.jonsson@gmail.com>
-rw-r--r--lib/mixlib/log.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/log.rb b/lib/mixlib/log.rb
index b2d765a..9ad4508 100644
--- a/lib/mixlib/log.rb
+++ b/lib/mixlib/log.rb
@@ -36,7 +36,7 @@ module Mixlib
end
# An Array of log devices that will be logged to. Defaults to just the default
- # @logger log device, but you can push to this array to add more devices.
+ # @logger log device, but you can push to this array to add more devices.
def loggers
@loggers ||= [logger]
end