]> gitweb.factorcode.org Git - factor.git/blobdiff - core/io/streams/memory/memory.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / core / io / streams / memory / memory.factor
index ad5453af6174eae2dc7b41127d2f212c01574d8e..e7b4338388c49a1ab22ed3a634299697aa915080 100644 (file)
@@ -12,4 +12,4 @@ M: memory-stream stream-element-type drop +byte+ ;
 
 M: memory-stream stream-read1
     [ [ alien>> ] [ index>> ] bi alien-unsigned-1 ]
-    [ [ 1+ ] change-index drop ] bi ;
+    [ [ 1 + ] change-index drop ] bi ;