Skip to content

Commit f9f6ae1

Browse files
authored
style: remove extra newline from source code (#500)
1 parent f9b7772 commit f9f6ae1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Bootstrap/LoadEnvironmentVariables.php

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ final class LoadEnvironmentVariables implements BootstrapperContract
3131
public function bootstrap(Application $app): void
3232
{
3333
if (class_exists(Dotenv::class)) {
34-
3534
if (file_exists($app->environmentFilePath())) {
3635
$app->make(BaseLoadEnvironmentVariables::class)->bootstrap($app);
3736
}

0 commit comments

Comments
 (0)