Skip to content

Commit 25a9dfb

Browse files
committed
fix(errors): remove default blank line before code frames
1 parent c48c4fd commit 25a9dfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/vix/cli/errors/CodeFrame.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace vix::cli::errors
2424
int contextLines = 1;
2525
int tabWidth = 4;
2626
int maxLineWidth = 120;
27-
bool leadingBlankLine = true;
27+
bool leadingBlankLine = false;
2828
};
2929

3030
// Prints a compact code frame + caret under the error column.

0 commit comments

Comments
 (0)