Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaukutsu committed Aug 15, 2024
1 parent 877e393 commit 4eeaab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TaskFinallyHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class: TestStageStub::class,
->setFinally(
TestParamsFinally::class,
[
'name' => 'prefix'
'name' => 'prefix',
]
)
);
Expand Down

0 comments on commit 4eeaab1

Please sign in to comment.