Skip to content

Commit

Permalink
check duplicate values (code formatting) #1269
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Dec 19, 2024
1 parent 1cf192a commit 37634ef
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,8 @@ private void load0(LineReader lr) throws IOException {
.withLineNumber(lr.lineNumber)
.build());
if (oldConfigValue != null) {
ConfigLogging.log.duplicateValue( oldConfigValue.getName(), oldConfigValue.getConfigSourceName(), oldConfigValue.getValue() );
ConfigLogging.log.duplicateValue(oldConfigValue.getName(), oldConfigValue.getConfigSourceName(),
oldConfigValue.getValue());
}
}
}
Expand Down

0 comments on commit 37634ef

Please sign in to comment.