Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez committed Dec 19, 2024
1 parent c562fb9 commit 11c8590
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 11c8590

Please sign in to comment.