Skip to content

Commit 0623cdd

Browse files
committed
code style
1 parent 4a9fb38 commit 0623cdd

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
<plugin>
251251
<groupId>org.simplify4u.plugins</groupId>
252252
<artifactId>pgpverify-maven-plugin</artifactId>
253-
<version>1.16.0</version>
253+
<version>1.17.0</version>
254254
<executions>
255255
<execution>
256256
<goals>

src/test/java/com/gargoylesoftware/htmlunit/javascript/host/ElementTest.java

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1950,12 +1950,12 @@ private void modifySiblings(final String check, final String call, final String
19501950
+ " d1." + call + "\n"
19511951
+ " log(children.length);\n"
19521952
+ " for(var i = 0; i < children.length; i++) {\n"
1953-
+ " var child = children[i];\n"
1954-
+ " if (child.textContent) {\n"
1955-
+ " log('#' + child.textContent);\n"
1956-
+ " } else {"
1957-
+ " log(child.outerHTML);\n"
1958-
+ " }\n"
1953+
+ " var child = children[i];\n"
1954+
+ " if (child.textContent) {\n"
1955+
+ " log('#' + child.textContent);\n"
1956+
+ " } else {"
1957+
+ " log(child.outerHTML);\n"
1958+
+ " }\n"
19591959
+ " }\n"
19601960

19611961
+ " }\n"
@@ -2398,12 +2398,12 @@ private void modifyChildren(final String check, final String call, final String
23982398
+ " d0." + call + "\n"
23992399
+ " log(children.length);\n"
24002400
+ " for(var i = 0; i < children.length; i++) {\n"
2401-
+ " var child = children[i];\n"
2402-
+ " if (child.textContent) {\n"
2403-
+ " log('#' + child.textContent);\n"
2404-
+ " } else {"
2405-
+ " log(child.outerHTML);\n"
2406-
+ " }\n"
2401+
+ " var child = children[i];\n"
2402+
+ " if (child.textContent) {\n"
2403+
+ " log('#' + child.textContent);\n"
2404+
+ " } else {"
2405+
+ " log(child.outerHTML);\n"
2406+
+ " }\n"
24072407
+ " }\n"
24082408

24092409
+ " }\n"

0 commit comments

Comments
 (0)