Skip to content

Commit 0129abb

Browse files
author
Vvenediktov
committed
remove extra blank line between methods
1 parent d8d775c commit 0129abb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/org/zendesk/client/v2/RealSmokeTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ public static void loadConfig() {
134134
Awaitility.setDefaultPollInterval(20, TimeUnit.SECONDS);
135135
}
136136

137-
138137
public void assumeHaveToken() {
139138
assumeThat("We have a username", config.getProperty("username"), not(isEmptyOrNullString()));
140139
assumeThat("We have a token", config.getProperty("token"), not(isEmptyOrNullString()));

0 commit comments

Comments
 (0)