Skip to content

Commit f4022b9

Browse files
committed
code style
1 parent 21ff218 commit f4022b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/htmlunit/javascript/host/html/HTMLScriptElementTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1444,7 +1444,7 @@ public void incorrectlyClosedComment() throws Exception {
14441444
final String html =
14451445
"<html>\n"
14461446
+ "<head>\n"
1447-
+ " <script>\n"
1447+
+ " <script>\n"
14481448
+ LOG_TITLE_FUNCTION_NORMALIZE
14491449
+ " </script>\n"
14501450
+ " <script id='testScript'>\n"

0 commit comments

Comments
 (0)