Skip to content

Commit

Permalink
#477 fixed duplicated XML elements in baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
DirkMahler committed Jul 23, 2024
1 parent 1d6f1a6 commit 6e75afa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ private static void fromRuleBaselines(SortedMap<String, Baseline.RuleBaseline> r
}
ruleType.getRow()
.add(rowType);
ruleTypes.add(ruleType);
}
ruleTypes.add(ruleType);
}
}
}

0 comments on commit 6e75afa

Please sign in to comment.