Skip to content

Commit 8733559

Browse files
Naoraygithub-actions[bot]
authored andcommitted
Fix styling
1 parent 1626528 commit 8733559

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Tracing/EventHandler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ public function subscribe(Dispatcher $events): void
4040
// Check package config first, then fall back to channel config
4141
$packageConfig = config('github-monolog.tracing', []);
4242
$channelConfig = config('logging.channels.github.tracing', []);
43-
43+
4444
// Package config takes precedence
4545
$enabled = $packageConfig['enabled'] ?? $channelConfig['enabled'] ?? true;
46-
46+
4747
if (! $enabled) {
4848
return;
4949
}

0 commit comments

Comments
 (0)