Skip to content

Commit e2640f1

Browse files
author
CI Build
committed
[java] fix formatting
1 parent f843e8b commit e2640f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

java/src/org/openqa/selenium/manager/SeleniumManager.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ private synchronized Path getBinary() {
180180
throw new WebDriverException("Unable to obtain Selenium Manager Binary", e);
181181
}
182182
} else if (!Files.exists(binary)) {
183-
throw new WebDriverException(String.format("Unable to obtain Selenium Manager Binary at: %s", binary));
183+
throw new WebDriverException(
184+
String.format("Unable to obtain Selenium Manager Binary at: %s", binary));
184185
}
185186
binary.toFile().setExecutable(true);
186187

0 commit comments

Comments
 (0)