Skip to content

Commit

Permalink
fix(cosmetics): fvm has one newline too much (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbadstuebner authored Jun 28, 2024
1 parent a14b848 commit 2bc6dd0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/src/runner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,6 @@ class FvmCommandRunner extends CompletionCommandRunner<int> {
_printTrace(stackTrace);

return ExitCode.unavailable.code;
} finally {
// Add spacer after the last line always
logger.spacer;
}
}

Expand Down

0 comments on commit 2bc6dd0

Please sign in to comment.