]> gitweb.factorcode.org Git - factor.git/commitdiff
vocabs.loader: fix alignment of last patch.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 12 Feb 2020 21:54:11 +0000 (13:54 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 12 Feb 2020 21:54:11 +0000 (13:54 -0800)
core/vocabs/loader/loader.factor

index 7deb2012291459433f9bd7fa9ec85de5b63a5629..e0b8b12aea79fb8c43eeb32b38c377949f116bf8 100644 (file)
@@ -160,7 +160,7 @@ M: vocab-link (require)
     vocab-name (require) ;
 
 M: string (require)
-   dup check-vocab-hook get call( vocab -- )
+    dup check-vocab-hook get call( vocab -- )
     create-vocab (require) ;
 
 PRIVATE>