]> gitweb.factorcode.org Git - factor.git/commitdiff
remove end line
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 21 Apr 2008 18:28:00 +0000 (13:28 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 21 Apr 2008 18:28:00 +0000 (13:28 -0500)
extra/db/queries/queries.factor

index e902869d3b80f8e3c4287ae49962382d3042c455..9aa29bbb7362f6752bf3df1267053bb320d58ff9 100644 (file)
@@ -99,4 +99,3 @@ M: db <select-by-slots-statement> ( tuple class -- statement )
         [ slot-name>> swap get-slot-named ] with subset
         dup empty? [ 2drop ] [ where-clause ] if ";" 0%
     ] query-make ;
-