Skip to content

Commit 068cada

Browse files
committed
Checkstyle issues
1 parent c7b09a2 commit 068cada

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/http-client-tests/src/main/java/software/amazon/awssdk/http/HttpClientUriNormalizationTestSuite.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ static void setUp() {
5151
}
5252

5353
@BeforeEach
54-
void prepare(){
54+
void prepare() {
5555
wireMockServer.stubFor(any(urlMatching(".*"))
5656
.willReturn(aResponse()
5757
.withStatus(200)
5858
.withBody("success")));
5959
}
6060

6161
@AfterEach
62-
void reset(){
62+
void reset() {
6363
wireMockServer.resetAll();
6464
}
6565

0 commit comments

Comments
 (0)