Skip to content

Commit 0357d1f

Browse files
committed
applying code formatting
1 parent 036fad1 commit 0357d1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/src/org/openqa/selenium/support/AbstractFindByBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ protected void assertValidFindBy(FindBy findBy) {
108108
if (finders.size() > 1) {
109109
throw new IllegalArgumentException(
110110
String.format(
111-
"You must specify at most one location strategy. Number found: %d (%s)",
112-
finders.size(), finders));
111+
"You must specify at most one location strategy. Number found: %d (%s)",
112+
finders.size(), finders));
113113
}
114114
}
115115

0 commit comments

Comments
 (0)