]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/cli/git/git.factor
factor: fix some spacing
[factor.git] / extra / cli / git / git.factor
index 0e6063fc0e586884d0ce423c808c963bed0af6b9..91456adf13c26b829b948d7459d13bb5abfbffa9 100644 (file)
@@ -42,7 +42,7 @@ cli-git-num-parallel [ cpus 2 * ] initialize
     ?file-info dup [ directory? ] when ;
 
 : git-current-branch* ( -- name )
-     { "git" "rev-parse" "--abbrev-ref" "HEAD" } git-command>string ;
+    { "git" "rev-parse" "--abbrev-ref" "HEAD" } git-command>string ;
 
 : git-current-branch ( directory -- name )
     [ git-current-branch* ] with-directory ;