Skip to content

Commit 33e0fda

Browse files
committed
Fix Spotless formatting violation
Put LOGGER.debug() call on single line to satisfy Spotless formatting rules.
1 parent 03895aa commit 33e0fda

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/java/org/apache/maven/buildcache/BuildCacheMojosExecutionStrategy.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,7 @@ public void execute(
201201
// When running only clean phase, there are no cacheable mojos
202202
if (result.getValidationTimeEvents() == null
203203
|| result.getValidationTimeEvents().isEmpty()) {
204-
LOGGER.debug(
205-
"Skipping cache storage for {} - no cacheable mojos executed", projectName);
204+
LOGGER.debug("Skipping cache storage for {} - no cacheable mojos executed", projectName);
206205
} else {
207206
LOGGER.debug("Using validation-time properties for cache storage (consistent lifecycle point)");
208207
cacheController.save(result, mojoExecutions, result.getValidationTimeEvents());

0 commit comments

Comments
 (0)