Skip to content

Commit

Permalink
Move brace to new line
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Boulton committed Sep 24, 2011
1 parent c0cdc3c commit 3514a4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Resque/Worker.php
Expand Up @@ -385,7 +385,8 @@ public function unPauseProcessing()
* Signal handler for SIGPIPE, in the event the redis connection has gone away.
* Attempts to reconnect to redis, or raises an Exception.
*/
public function reestablishRedisConnection() {
public function reestablishRedisConnection()
{
$this->log('SIGPIPE received; attempting to reconnect');
Resque::redis()->establishConnection();
}
Expand Down

0 comments on commit 3514a4f

Please sign in to comment.