Skip to content

Commit e5d0899

Browse files
committed
Fix alignment in install-functions.php
1 parent 0ff257d commit e5d0899

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/plugin-sqlite-database-integration/wp-includes/sqlite/install-functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function sqlite_make_db_sqlite() {
3838
new WP_SQLite_Connection( array( 'pdo' => $pdo ) ),
3939
$wpdb->dbname
4040
);
41-
$query = null;
41+
$query = null;
4242

4343
try {
4444
$translator->begin_transaction();

0 commit comments

Comments
 (0)