Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
OrezzerO committed Feb 9, 2022
1 parent 676d629 commit f2c210b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public void testRandomString() {
for (int i = 0; i < 1000; i++) {
String s = TestUtils.randomString();
boolean condition = compile.matcher(s).find();
assertTrue(s,condition);
assertTrue(s, condition);
}
}
}

0 comments on commit f2c210b

Please # to comment.