summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-01 07:56:46 -0700
committerGitHub <noreply@github.com>2019-04-01 07:56:46 -0700
commit5ed93e290a06e5cb8b168fc81c1360c81c7d328e (patch)
tree174a17225b6a908e4b975c97c048bccb5c141eae
parent5e5792c66b52dc15d8cc4d68346ef7375b3638b4 (diff)
parentdf8b6f261439f7ead6a72b96627cdabd684fe5ba (diff)
downloadmixlib-log-5ed93e290a06e5cb8b168fc81c1360c81c7d328e.tar.gz
Merge pull request #49 from olleolleolle/avoid-yard-warning
Add whitespace, to avoid YARD warning
-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