Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Dec 2, 2023
1 parent 1587961 commit 65986a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/htmlunit/libraries/HtmxTest1x9x9.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class HtmxTest1x9x9 extends HtmxTest {
public void htmx() throws Exception {
// the test page runs in an endless loop in ie
if (getBrowserVersion().isIE()) {
return;
return;
}
htmx("htmx-1.9.9");
}
Expand Down

0 comments on commit 65986a4

Please sign in to comment.