]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/sequences/extras/extras.factor
factor: remove extra whitespace
[factor.git] / extra / sequences / extras / extras.factor
index 6408dd5796aa58e51ef5fe86b243bb85531cd5f6..389718aea668d630e76a38385d3109484d73c460 100644 (file)
@@ -261,7 +261,7 @@ PRIVATE>
 : (collect-with-previous) ( quot into -- quot' )
     [ [ keep ] dip [ set-nth-unsafe ] keepdd ] 2curry ; inline
 
-: collect-with-previous ( n quot into --  )
+: collect-with-previous ( n quot into -- )
     (collect-with-previous) each-integer-with-previous ; inline
 
 : map-integers-with ( ... len quot: ( ... prev i -- ... elt ) exemplar -- ... newseq )