Remove trailing whitespace
Removed trailing whitespace in tests and build scripts.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
DROP TABLE IF EXISTS t1;
|
||||
DROP TABLE IF EXISTS t1;
|
||||
CREATE TABLE t1 (x1 INT, fl INT);
|
||||
DELETE FROM t1 WHERE x1=0;
|
||||
SELECT fl FROM t1 WHERE x1=0;
|
||||
|
||||
Reference in New Issue
Block a user