Skip to content

Commit

Permalink
remove break
Browse files Browse the repository at this point in the history
  • Loading branch information
mtygesen committed Sep 30, 2024
1 parent 14c77e7 commit 47a262e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ public class ConstantsParser {
for (Variable v : network.variables()) {
if (v.getName().equals(key)) {
skip = v.getColorType().getName().equals(variables.get(key).getColorType().getName());
break;
}
}

Expand Down

0 comments on commit 47a262e

Please sign in to comment.