Skip to content

Commit

Permalink
applying code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
iampopovich committed May 6, 2024
1 parent 036fad1 commit 0357d1f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ protected void assertValidFindBy(FindBy findBy) {
if (finders.size() > 1) {
throw new IllegalArgumentException(
String.format(
"You must specify at most one location strategy. Number found: %d (%s)",
finders.size(), finders));
"You must specify at most one location strategy. Number found: %d (%s)",
finders.size(), finders));
}
}

Expand Down

0 comments on commit 0357d1f

Please sign in to comment.