]> gitweb.factorcode.org Git - factor.git/commitdiff
editors.notepadnext: better formatting
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 2 Apr 2024 22:04:48 +0000 (17:04 -0500)
committerGitHub <noreply@github.com>
Tue, 2 Apr 2024 22:04:48 +0000 (17:04 -0500)
basis/editors/notepadnext/notepadnext.factor

index 47a8ef1f18b1995947b3c8ee8dd979dbfb689dce..5450fd70b5200d9ddc5e9c8cc815107af98d8089 100644 (file)
@@ -23,7 +23,6 @@ M: linux find-notepadnext-path
 
 M: notepadnext editor-command
     '[
-        find-notepadnext-path ,
-        _ ,
+        find-notepadnext-path , _ ,
         "-n" , _ ,
     ] { } make ;