Skip to content

Commit 16e3397

Browse files
committed
Fix formatting
1 parent 933fbe3 commit 16e3397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/hudson/plugins/throttleconcurrents/ThrottleJobPropertyTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,8 @@ public void clearConfiguredCategories() throws Exception {
426426
HtmlPage page = webClient.goTo("configure");
427427
WebClientUtil.waitForJSExec(page.getWebClient());
428428
HtmlForm config = page.getFormByName("config");
429-
List<HtmlButton> deleteButtons =
430-
config.getByXPath("//div[text()='Multi-Project Throttle Categories']/../div//button[@title='Delete' or normalize-space(string(.)) = 'Delete']");
429+
List<HtmlButton> deleteButtons = config.getByXPath(
430+
"//div[text()='Multi-Project Throttle Categories']/../div//button[@title='Delete' or normalize-space(string(.)) = 'Delete']");
431431
assertEquals(1, deleteButtons.size());
432432
deleteButtons.get(0).click();
433433
WebClientUtil.waitForJSExec(page.getWebClient());

0 commit comments

Comments
 (0)