Skip to content

Commit

Permalink
Remove formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
Zlika authored and laeubi committed Dec 30, 2024
1 parent b45f8d8 commit bd1ceca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ private String getUnqualifiedVersion() {
}

protected Date getBuildTimestamp() throws MojoExecutionException {
String hint = (timestampProvider != null) ? timestampProvider : DefaultBuildTimestampProvider.ROLE_HINT;
BuildTimestampProvider provider = timestampProviders.get(hint);
String hint = timestampProvider != null ? timestampProvider : DefaultBuildTimestampProvider.ROLE_HINT;
BuildTimestampProvider provider = timestampProviders.get(hint);
if (provider == null) {
throw new MojoExecutionException("Unable to lookup BuildTimestampProvider with hint='" + hint + "'");
}
Expand Down

0 comments on commit bd1ceca

Please sign in to comment.