summaryrefslogtreecommitdiff
path: root/bin/custodian-queue
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2015-03-09 13:19:47 +0000
committerSteve Kemp <steve@steve.org.uk>2015-03-09 13:19:47 +0000
commite716a49dabe2c086a97e2d8b3cffe5cf369ad026 (patch)
treee7e98125f89941db4c9d0f48f2df9c410467a3d8 /bin/custodian-queue
parentaf2ee063abea8235a8cbd1448533e4f4fbc0d0af (diff)
Removed spaces inside parenthesis.
Diffstat (limited to 'bin/custodian-queue')
-rwxr-xr-xbin/custodian-queue4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/custodian-queue b/bin/custodian-queue
index 26f214d..e793657 100755
--- a/bin/custodian-queue
+++ b/bin/custodian-queue
@@ -125,7 +125,7 @@ if __FILE__ == $PROGRAM_NAME then
# Create the queue object.
#
settings = Custodian::Settings.instance
- queue = Custodian::QueueType.create( settings.queue_type )
+ queue = Custodian::QueueType.create(settings.queue_type)
#
# Alerting on a queue that is too-full?
@@ -151,7 +151,7 @@ if __FILE__ == $PROGRAM_NAME then
if $STATS
jobs = queue.size?
puts "There are #{jobs || 0} jobs pending."
- exit( 0 )
+ exit(0)
end