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-queue | |
| parent | a22b8e96ead33b0f97ed5243dbad7f7b6cd5135d (diff) | |
Removed spaces inside parenthesis.
Diffstat (limited to 'bin/custodian-queue')
| -rwxr-xr-x | bin/custodian-queue | 4 | 
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 | 
