diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-03-09 13:19:47 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-03-09 13:19:47 +0000 |
commit | 54b21cf54c51dfe40784a8096f84c7a80b015bd4 (patch) | |
tree | 4763692624732650daf1a9e02c91576d3f7ee8d0 /bin/custodian-dequeue | |
parent | a22b8e96ead33b0f97ed5243dbad7f7b6cd5135d (diff) |
Removed spaces inside parenthesis.
Diffstat (limited to 'bin/custodian-dequeue')
-rwxr-xr-x | bin/custodian-dequeue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/custodian-dequeue b/bin/custodian-dequeue index 7a4b629..3d0c851 100755 --- a/bin/custodian-dequeue +++ b/bin/custodian-dequeue @@ -130,7 +130,7 @@ if __FILE__ == $PROGRAM_NAME then # Create the worker, passing it the settings object so it can # sort out its own logfile, etc. # - worker = Custodian::Worker.new( settings ) + worker = Custodian::Worker.new(settings) # |