Skip to content

Commit 349f996

Browse files
committed
style: fix the code style.
1 parent 8ce148f commit 349f996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Database/SQLSRV/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ private function getFullName(string $table): string
298298

299299
return '"' . $database . '"."' . $schema . '"."' . str_replace('"', '', $tableName) . '"' . $alias;
300300
}
301-
301+
302302
return '"' . $this->db->getDatabase() . '"."' . $this->db->schema . '"."' . str_replace('"', '', $table) . '"' . $alias;
303303
}
304304

0 commit comments

Comments
 (0)