Skip to content

Commit 6d7139d

Browse files
committed
[java] fix formatting
1 parent bfd4017 commit 6d7139d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,10 @@ private synchronized Path getBinary() {
183183
} else if (current.is(LINUX)) {
184184
folder = "linux";
185185
} else if (current.is(UNIX)) {
186-
LOG.warning(String.format("Selenium Manager binary may not be compatible with %s; verify settings", current));
186+
LOG.warning(
187+
String.format(
188+
"Selenium Manager binary may not be compatible with %s; verify settings",
189+
current));
187190
folder = "linux";
188191
} else {
189192
throw new WebDriverException("Unsupported platform: " + current);

0 commit comments

Comments
 (0)