Skip to content

Commit 9335ef5

Browse files
fix spaces that should be tabs
1 parent 6ed8fc0 commit 9335ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Resque/Worker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ private function startup()
324324
*/
325325
private function updateProcLine($status)
326326
{
327-
$processTitle = 'resque-' . Resque::VERSION . ': ' . $status;
327+
$processTitle = 'resque-' . Resque::VERSION . ': ' . $status;
328328
if(function_exists('cli_set_process_title')) {
329329
cli_set_process_title($processTitle);
330330
}

0 commit comments

Comments
 (0)