Skip to content

Commit 1d16eed

Browse files
committed
Remove redundant line separator
Does not improve log readability. Prefer to keep vertical space compact.
1 parent 6ef576d commit 1d16eed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/GitVersionExe/GitVersionExecutor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ private int VerifyArgumentsAndRun(Arguments arguments)
131131

132132
if (arguments == null) return 1;
133133

134-
log.Info(string.Empty);
135134
log.Info("Attempting to show the current git graph (please include in issue): ");
136135
log.Info("Showing max of 100 commits");
137136

0 commit comments

Comments
 (0)