Skip to content

Commit

Permalink
Revert "format code"
Browse files Browse the repository at this point in the history
This reverts commit 1e978c3.
  • Loading branch information
JiangZian committed Aug 17, 2020
1 parent 1e978c3 commit 6d9dc77
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/
package com.alibaba.csp.sentinel.demo.quarkus;

import com.alibaba.csp.sentinel.slots.block.flow.FlowRuleManager;
import com.alibaba.csp.sentinel.slots.clusterbuilder.ClusterBuilderSlot;
import io.quarkus.test.junit.QuarkusTest;
import org.junit.jupiter.api.AfterEach;
Expand All @@ -34,10 +35,10 @@ public void cleanUp() {
@Test
public void testSentinelJaxRsQuarkusAdapter() {
given()
.when().get("/hello/txt")
.then()
.statusCode(200)
.body(is("hello"));
.when().get("/hello/txt")
.then()
.statusCode(200)
.body(is("hello"));
given()
.when().get("/hello/txt")
.then()
Expand Down

0 comments on commit 6d9dc77

Please sign in to comment.