Skip to content

Commit

Permalink
fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
bung87 committed Sep 16, 2023
1 parent 4e50f52 commit 4c66dfb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/tools/suggest.nim
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,6 @@ proc isTracked*(current, trackPos: TLineInfo, tokenLen: int): bool =
if current.fileIndex == trackPos.fileIndex and
current.line == trackPos.line:
let col = trackPos.col
if col >= current.col and col <= current.col + tokenLen - 1:
if col >= current.col and col <= current.col + tokenLen - 1:
return true

Expand Down

0 comments on commit 4c66dfb

Please sign in to comment.