]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/gopher/cli/cli.factor
factor: whitespace only
[factor.git] / extra / gopher / cli / cli.factor
index 6b10f7e9fd8be93690c641ce7e21df87c1ec213e..c591c4466590113b9f9f470da5eb2844dd5f8478 100644 (file)
@@ -130,7 +130,7 @@ CONSTANT: URL V{ }
         ] with-file-reader
     ] [ drop ] if ;
 
- : gopher-ls ( args -- )
+: gopher-ls ( args -- )
     [ PAGE ] [ "-l" = ] bi* print-links ;
 
 : gopher-quit ( -- )