Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Kunz committed Apr 6, 2022
1 parent 3d0eb74 commit 478744f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-view/src/view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ mod tests {
use super::*;
use helix_core::Rope;
const OFFSET: u16 = 7; // 1 diagnostic + 5 linenr + 1 gutter
const OFFSET_OMIT_LINE_NUMBER_GUTTER: u16 = 2; // 1 diagnostic + 5 linenr + 1 gutter
const OFFSET_OMIT_LINE_NUMBER_GUTTER: u16 = 2; // 1 diagnostic + 1 gutter
// const OFFSET: u16 = GUTTERS.iter().map(|(_, width)| *width as u16).sum();

#[test]
Expand Down

0 comments on commit 478744f

Please sign in to comment.