Skip to content

Commit c9c7e72

Browse files
committed
Switch to more common vertical bar
Windows is the worst
1 parent 716f653 commit c9c7e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Reporting/Render/Code.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ addLineNumber maybeSubRegion width n line =
7878
if n < 0 then " " else show n
7979

8080
lineNumber =
81-
replicate (width - length number) ' ' ++ number ++ ""
81+
replicate (width - length number) ' ' ++ number ++ "|"
8282

8383
spacer (R.Region start end) =
8484
if R.line start <= n && n <= R.line end then

0 commit comments

Comments
 (0)