Skip to content

Commit

Permalink
feat: increase gap
Browse files Browse the repository at this point in the history
  • Loading branch information
aripiprazole committed Aug 19, 2023
1 parent e5d7b28 commit ea11dec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bupropion"
description = "Fancy error handler implementation for Miette"
version = "0.0.4"
version = "0.0.5"
edition = "2021"
authors = ["Gabrielle Guimarães de Oliveira"]
documentation = "https://github.com/aripiprazole/bupropion"
Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,8 @@ impl GraphicalReportHandler {
&single_line,
&labels,
)?;
self.write_no_linum(f, linum_width)?;
writeln!(f)?;
}
for hl in multi_line {
if hl.label().is_some() && line.span_ends(hl) && !line.span_starts(hl) {
Expand Down

0 comments on commit ea11dec

Please sign in to comment.