Skip to content

Commit

Permalink
Fix whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseleite committed Jan 23, 2025
1 parent 6a33643 commit 0b5fccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/MigrateAssetContainerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ protected function normalizeLocalConfig($config)
'root' => storage_path('app'),
'throw' => false,
],
EOT;
EOT;

// Current version
$current = <<<'EOT'
Expand Down Expand Up @@ -840,7 +840,7 @@ protected function normalizePublicConfig($config)
'visibility' => 'public',
'throw' => false,
],
EOT;
EOT;

// Current version
$current = <<<'EOT'
Expand Down

0 comments on commit 0b5fccb

Please sign in to comment.