diff --git a/basis/alien/complex/functor/functor.factor b/basis/alien/complex/functor/functor.factor index 8a6d862cdf..141dc0d608 100644 --- a/basis/alien/complex/functor/functor.factor +++ b/basis/alien/complex/functor/functor.factor @@ -19,4 +19,4 @@ ${T}-class lookup-c-type complex >>boxed-class drop -]] \ No newline at end of file +]] diff --git a/basis/compiler/cfg/dataflow-analysis/dataflow-analysis.factor b/basis/compiler/cfg/dataflow-analysis/dataflow-analysis.factor index 4431c96ddb..2d945a629a 100644 --- a/basis/compiler/cfg/dataflow-analysis/dataflow-analysis.factor +++ b/basis/compiler/cfg/dataflow-analysis/dataflow-analysis.factor @@ -110,4 +110,3 @@ INSTANCE: ${name} backward-analysis [ ${name}-outs namespaces:set ] [ ${name}-ins namespaces:set ] bi* ; ]] - diff --git a/core/functors2/functors2.factor b/core/functors2/functors2.factor index b61f59412b..23fa528a1e 100644 --- a/core/functors2/functors2.factor +++ b/core/functors2/functors2.factor @@ -120,7 +120,7 @@ ERROR: not-all-unique seq ; [ '[ _ interpolate>string _ set ] ] { } assoc>map [ ] concat-as ; inline : create-new-word-in ( string -- word ) - create-word-in dup reset-generic ; + create-word-in dup reset-generic ; : lookup-word-in ( string -- word ) current-vocab lookup-word ; diff --git a/extra/annotations/annotations-docs.factor b/extra/annotations/annotations-docs.factor index a3c8c7208b..f20b3a2657 100644 --- a/extra/annotations/annotations-docs.factor +++ b/extra/annotations/annotations-docs.factor @@ -68,4 +68,4 @@ annotation-tags [ } cleave ] each -]=] \ No newline at end of file +]=] diff --git a/extra/math/similarity/similarity-tests.factor b/extra/math/similarity/similarity-tests.factor index 9904e88a39..bcf5ac0c02 100644 --- a/extra/math/similarity/similarity-tests.factor +++ b/extra/math/similarity/similarity-tests.factor @@ -24,4 +24,3 @@ CONSTANT: b { 0 0 0 0 2 3 1 } { 0 0 0 10 10 } { 0 0 1 1 1 } { 0 0 0 1 2 } weighted-cosine-similarity ] unit-test - diff --git a/extra/modern/slices/slices.factor b/extra/modern/slices/slices.factor index d3da9c5593..7ea107119f 100644 --- a/extra/modern/slices/slices.factor +++ b/extra/modern/slices/slices.factor @@ -225,4 +225,4 @@ ERROR: subseq-expected-but-got-eof n string expected ; length swap [ - ] dip ] [ [ nip ] dip [ [ length ] bi@ - ] 2keep drop - ] if ; inline \ No newline at end of file + ] if ; inline