Skip to content

Commit 7a13b8f

Browse files
committed
Lint.
1 parent b3fc37c commit 7a13b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spanner/src/query_data_with_parameter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function query_data_with_parameter($instanceId, $databaseId)
4343
$database = $instance->database($databaseId);
4444

4545
$results = $database->execute(
46-
'SELECT SingerId, FirstName, LastName FROM Singers '.
46+
'SELECT SingerId, FirstName, LastName FROM Singers ' .
4747
'WHERE LastName = @lastName',
4848
['parameters' => ['lastName' => 'Garcia']]
4949
);

0 commit comments

Comments
 (0)