Skip to content

Commit f3e1cd3

Browse files
Fix checkstyle
1 parent 4ab46c7 commit f3e1cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

throttling/src/test/java/com/iluwatar/throttling/B2BServiceTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class B2BServiceTest {
3636
public void dummyCustomerApiTest() {
3737
Tenant tenant = new Tenant("testTenant", 2);
3838
// In order to assure that throttling limits will not be reset, we use an empty throttling implementation
39-
Throttler timer = () -> {};
39+
Throttler timer = () -> { };
4040
B2BService service = new B2BService(timer);
4141

4242
for (int i = 0; i < 5; i++) {

0 commit comments

Comments
 (0)