Skip to content

Commit 9956106

Browse files
committed
fix CS
1 parent 9c4d4fe commit 9956106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Log/CakeSentryLog.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public function role(): string
164164
public function log($level, string|Stringable $message, array $context = []): void
165165
{
166166
// Return early when elastic search provides no query
167-
if (empty($context['query'])){
167+
if (empty($context['query'])) {
168168
return;
169169
}
170170
/** @var \Cake\Database\Log\LoggedQuery $query */

0 commit comments

Comments
 (0)