summaryrefslogtreecommitdiff
path: root/lib/custodian/worker.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2015-03-09 13:23:46 +0000
committerSteve Kemp <steve@steve.org.uk>2015-03-09 13:23:46 +0000
commitd2f8a091b0b6c32207624e3cc5af81ffbca4aba6 (patch)
treeb244cb665c36fa27ed79bd5860c7264ebeb90309 /lib/custodian/worker.rb
parent775e9c5bbe2d132668e453965023adbf25cf0fd4 (diff)
Remove spaces inside blocks.
Diffstat (limited to 'lib/custodian/worker.rb')
-rw-r--r--lib/custodian/worker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/worker.rb b/lib/custodian/worker.rb
index 701110e..e9a7532 100644
--- a/lib/custodian/worker.rb
+++ b/lib/custodian/worker.rb
@@ -93,7 +93,7 @@ module Custodian
# Show a message on STDOUT if "--verbose" was specified.
#
def log_message(msg)
- puts msg if ENV['VERBOSE' ]
+ puts msg if ENV['VERBOSE']
end