Skip to content

Commit

Permalink
Fix off-by-one here too
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Dec 30, 2022
1 parent 4d9b044 commit df5f83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AltCover.Visualizer/Visualizer.fs
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ module private Gui =
// coverlet-like case w/o column data
let ec =
if n.LineOnly then
endchars
endchars - 1
else
n.EndColumn - 1

Expand Down

0 comments on commit df5f83f

Please sign in to comment.