]> gitweb.factorcode.org Git - factor.git/commitdiff
editors.10x: fix formatting
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 5 Jan 2023 18:37:38 +0000 (12:37 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 5 Jan 2023 18:37:38 +0000 (12:37 -0600)
basis/editors/10x/10x.factor

index 42fbf4e0c25a73d4469d846346ef65ecee9d4d39..a2495ee242547cc4b30145807dbe02a3617d701e 100644 (file)
@@ -15,9 +15,7 @@ HOOK: find-10x-editor-path os ( -- path )
 M: unix find-10x-editor-path "10x" ?find-in-path ;
 
 M: windows find-10x-editor-path
-    {
-        "PureDevSoftware/10x"
-    } "10x.exe" find-in-applications
+    { "PureDevSoftware/10x" } "10x.exe" find-in-applications
     [ "10x.exe" ] unless* ;
 
 M: 10x-editor editor-command