Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 21, 2023
1 parent 4a9fb38 commit 0623cdd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
<plugin>
<groupId>org.simplify4u.plugins</groupId>
<artifactId>pgpverify-maven-plugin</artifactId>
<version>1.16.0</version>
<version>1.17.0</version>
<executions>
<execution>
<goals>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1950,12 +1950,12 @@ private void modifySiblings(final String check, final String call, final String
+ " d1." + call + "\n"
+ " log(children.length);\n"
+ " for(var i = 0; i < children.length; i++) {\n"
+ " var child = children[i];\n"
+ " if (child.textContent) {\n"
+ " log('#' + child.textContent);\n"
+ " } else {"
+ " log(child.outerHTML);\n"
+ " }\n"
+ " var child = children[i];\n"
+ " if (child.textContent) {\n"
+ " log('#' + child.textContent);\n"
+ " } else {"
+ " log(child.outerHTML);\n"
+ " }\n"
+ " }\n"

+ " }\n"
Expand Down Expand Up @@ -2398,12 +2398,12 @@ private void modifyChildren(final String check, final String call, final String
+ " d0." + call + "\n"
+ " log(children.length);\n"
+ " for(var i = 0; i < children.length; i++) {\n"
+ " var child = children[i];\n"
+ " if (child.textContent) {\n"
+ " log('#' + child.textContent);\n"
+ " } else {"
+ " log(child.outerHTML);\n"
+ " }\n"
+ " var child = children[i];\n"
+ " if (child.textContent) {\n"
+ " log('#' + child.textContent);\n"
+ " } else {"
+ " log(child.outerHTML);\n"
+ " }\n"
+ " }\n"

+ " }\n"
Expand Down

0 comments on commit 0623cdd

Please sign in to comment.