Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Jul 30, 2024
1 parent e6a185d commit a18742d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public Rule build() {
break;
}
}
if (commonChild == null || commonChild.isEmpty()) {
if (commonChild == null) {
return null;
}

Expand Down

0 comments on commit a18742d

Please sign in to comment.