Remove trailing whitespace
Removed trailing whitespace in tests and build scripts.
This commit is contained in:
@ -16,7 +16,7 @@ public class BatchInsert {
|
||||
try {
|
||||
Connection connection = maxscale.getConnRw();
|
||||
Statement stmt = connection.createStatement();
|
||||
|
||||
|
||||
stmt.execute("DROP TABLE IF EXISTS tt");
|
||||
stmt.execute("CREATE TABLE tt (d int)");
|
||||
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user