Skip to content

Commit

Permalink
Fixed code-style
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Aug 31, 2024
1 parent 4b2884f commit a017109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Unit/SharedWithoutEnvTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@
->priority->toBe(3)
->translator->toBe('\LaravelLang\Translator\Integrations\Yandex')
->credentials->toBe([
'key' => '',
'folder' => ''
'key' => '',
'folder' => '',
]);
});

Expand Down

0 comments on commit a017109

Please sign in to comment.