Completed
Branch master (8fc554)
by Alexander
06:05
created
src/SVNBuddy/Command/CompletionCommand.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,8 +31,8 @@
 block discarded – undo
31 31
 	{
32 32
 		$handler->addHandler(new ShellPathCompletion(
33 33
 			CompletionInterface::ALL_COMMANDS,
34
-		    'path',
35
-		    Completion::TYPE_ARGUMENT
34
+			'path',
35
+			Completion::TYPE_ARGUMENT
36 36
 		));
37 37
 
38 38
 		$handler->addHandler(new ShellPathCompletion(
Please login to merge, or discard this patch.