Skip to content

Commit 7e6c933

Browse files
naimsolonggithub-actions[bot]
authored andcommitted
Fix styling
1 parent d2b2908 commit 7e6c933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Extract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Extract
1717

1818
public function __construct()
1919
{
20-
if(!config('data-extractor.is_enabled')) {
20+
if (! config('data-extractor.is_enabled')) {
2121
throw new Exception('Data Extractor is not enabled. Please check your configuration.');
2222
}
2323

0 commit comments

Comments
 (0)