Skip to content

Commit 6ebfb85

Browse files
committed
fix misinformation
1 parent 2fefc5e commit 6ebfb85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ async def format_highlight_block(self, url: str, line_adjustment: int = 10):
114114

115115
github_dict = {
116116
"path": file_path,
117-
"min": _minBoundary if _minBoundary > 0 else highlighted_line, # Do not display negative numbers if >0
117+
"min": _minBoundary if _minBoundary > 0 else highlighted_line, # Do not display negative numbers if <0
118118
"max": _maxBoundary,
119119
"msg": msg
120120
}

0 commit comments

Comments
 (0)