Skip to content

Commit c1ae656

Browse files
committed
Remove cruft
1 parent a5aea01 commit c1ae656

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

shared/src/main/java/eu/maveniverse/maven/toolbox/shared/internal/ToolboxCommandoImpl.java

-2
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,6 @@ public boolean resolveTransitive(
391391
resolutionRoot.getArtifact(),
392392
resolutionRoot.getDependencies(),
393393
resolutionRoot.getManagedDependencies());
394-
395-
output.normal("");
396394
if (output.isVerbose()) {
397395
for (ArtifactResult artifactResult : dependencyResult.getArtifactResults()) {
398396
output.verbose(

0 commit comments

Comments
 (0)