]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/db/errors/postgresql/postgresql-tests.factor
factor: clean up spaces in -tests files
[factor.git] / basis / db / errors / postgresql / postgresql-tests.factor
index f6668031e51114b29db2e8dbf4ad7302d7ced0b8..e9be320ca9628a6a022d369b6b153e935adbb0f5 100644 (file)
@@ -22,7 +22,7 @@ IN: db.errors.postgresql.tests
     ] [
         { [ sql-table-exists? ] [ table>> "ship" = ] } 1&&
     ] must-fail-with
-    
+
     [
         "create table foo(id) lol;" sql-command
     ] [