Skip to content

Commit

Permalink
Switch to more common vertical bar
Browse files Browse the repository at this point in the history
Windows is the worst
  • Loading branch information
process-bot committed May 8, 2016
1 parent 716f653 commit c9c7e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Reporting/Render/Code.hs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ addLineNumber maybeSubRegion width n line =
if n < 0 then " " else show n

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

spacer (R.Region start end) =
if R.line start <= n && n <= R.line end then
Expand Down

0 comments on commit c9c7e72

Please sign in to comment.