Skip to content

Commit

Permalink
fix(cosmetics): fvm has one newline too much
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbadstuebner committed Jun 26, 2024
1 parent 607d47e commit 6c537fe
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 6c537fe

Please sign in to comment.