Skip to content

Commit 9689be5

Browse files
committed
G2-1865 Fix whitespace
1 parent 2cbef3f commit 9689be5

File tree

1 file changed

+1
-1
lines changed
  • bd-build/src/main/java/com/g2forge/bulldozer/build

1 file changed

+1
-1
lines changed

bd-build/src/main/java/com/g2forge/bulldozer/build/Release.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ public IExit invoke() throws Throwable {
283283
try {
284284
// Skip ourselves & projects that don't depend on us
285285
if ((downstream == project) || !downstream.getDependencies().getTransitive().keySet().contains(name)) continue;
286-
log.info("\tFound downstream{}", downstream.getName());
286+
log.info("\tFound downstream {}", downstream.getName());
287287
// Record that we're updating this project so it needs to be re-installed at the end
288288
unreleasedProjectsToReinstall.add(downstream.getName());
289289
// Update all the downstreams to new release versions

0 commit comments

Comments
 (0)