Skip to content

Commit 056bb18

Browse files
committed
Remove trailing space
1 parent e43782e commit 056bb18

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
@@ -294,7 +294,7 @@ public function testShowCreateTableWithEmptyDatetimeDefault() {
294294
$this->assertQuery(
295295
"CREATE TABLE _tmp_table (
296296
ID BIGINT PRIMARY KEY AUTO_INCREMENT NOT NULL,
297-
created_at datetime NOT NULL
297+
created_at datetime NOT NULL
298298
);"
299299
);
300300

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

0 commit comments

Comments
 (0)