Skip to content

Commit 3514a4f

Browse files
author
Chris Boulton
committed
Move brace to new line
1 parent c0cdc3c commit 3514a4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Resque/Worker.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,8 @@ public function unPauseProcessing()
385385
* Signal handler for SIGPIPE, in the event the redis connection has gone away.
386386
* Attempts to reconnect to redis, or raises an Exception.
387387
*/
388-
public function reestablishRedisConnection() {
388+
public function reestablishRedisConnection()
389+
{
389390
$this->log('SIGPIPE received; attempting to reconnect');
390391
Resque::redis()->establishConnection();
391392
}

0 commit comments

Comments
 (0)