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 | e716a49dabe2c086a97e2d8b3cffe5cf369ad026 (patch) | |
tree | e7e98125f89941db4c9d0f48f2df9c410467a3d8 /bin/custodian-dequeue | |
parent | af2ee063abea8235a8cbd1448533e4f4fbc0d0af (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) # |