Skip to content

Commit 39c46ec

Browse files
committed
fix issues raised by codacy
1 parent 461f559 commit 39c46ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resilience4j-retrofit/src/test/java/io/github/resilience4j/retrofit/RetrofitCircuitBreakerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ public void shouldNotCallServiceOnEnqueueWhenOpen() throws Throwable {
224224
.withStatus(200)
225225
.withHeader("Content-Type", "text/plain")
226226
.withBody("hello world")));
227-
;
227+
228228
circuitBreaker.transitionToOpenState();
229229

230230
try {

0 commit comments

Comments
 (0)