Skip to content

Commit f68a33c

Browse files
committed
Remove trailing space
1 parent 62896df commit f68a33c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/WP_SQLite_Translator_Tests.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ public function testShowCreateTableWithEmptyDatetimeDefault() {
293293
$this->assertQuery(
294294
"CREATE TABLE _tmp_table (
295295
ID BIGINT PRIMARY KEY AUTO_INCREMENT NOT NULL,
296-
created_at datetime NOT NULL
296+
created_at datetime NOT NULL
297297
);"
298298
);
299299

@@ -305,7 +305,7 @@ public function testShowCreateTableWithEmptyDatetimeDefault() {
305305
$this->assertEquals(
306306
"CREATE TABLE _tmp_table (
307307
`ID` bigint PRIMARY KEY AUTO_INCREMENT NOT NULL,
308-
`created_at` datetime NOT NULL
308+
`created_at` datetime NOT NULL
309309
);",
310310
$results[0]->{'Create Table'}
311311
);

0 commit comments

Comments
 (0)