Skip to content

Commit 91c53e4

Browse files
author
Stepan Zolotarev
committed
CS fix
1 parent fe96d4f commit 91c53e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Retry/SimpleRetryStrategyTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @author Stepan Zolotarev
45
*/
@@ -164,4 +165,4 @@ public function backoff(): void
164165
self::assertArrayHasKey('message_class', $data);
165166
self::assertSame($data['message_class'], EntryPointTestMessage::class);
166167
}
167-
}
168+
}

0 commit comments

Comments
 (0)