Skip to content

Commit

Permalink
Reformat, no code change
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Jun 8, 2024
1 parent dd8c95c commit ac5d71a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,7 @@ private Model loadPom(
if (logger.isDebugEnabled()) {
for (ModelProblem problem : problems) {
logger.warn(
"{} @ {}",
problem.getMessage(),
ModelProblemUtils.formatLocation(problem, null));
"{} @ {}", problem.getMessage(), ModelProblemUtils.formatLocation(problem, null));
}
}
}
Expand Down

0 comments on commit ac5d71a

Please sign in to comment.