Skip to content

Commit b54f6f0

Browse files
authored
Fixed code formatting.
1 parent a0d18a4 commit b54f6f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CacheKey.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ protected function getColumnClauses(array $where) : string
8080
if ($where["type"] !== "Column") {
8181
return "";
8282
}
83+
8384
if ($where["first"] instanceof Expression) {
8485
$where["first"] = $this->expressionToString($where["first"]);
8586
}

0 commit comments

Comments
 (0)