Skip to content

Commit 1eabba5

Browse files
crynobonegithub-actions[bot]
authored andcommitted
Fix code styling
1 parent a04f989 commit 1eabba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/WorkOS.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public static function configure(): void
2020
{
2121
if (! config('services.workos.client_id')) {
2222
throw new RuntimeException("The 'services.workos.client_id' configuration value is undefined.");
23-
}
23+
}
2424

2525
if (! config('services.workos.secret')) {
2626
throw new RuntimeException("The 'services.workos.secret' configuration value is undefined.");

0 commit comments

Comments
 (0)