Skip to content

Commit

Permalink
style: added type information to variable
Browse files Browse the repository at this point in the history
FossilOrigin-Name: b0239342f4cfe1c8cb70bd5c7d9c14380dca21310b6e56f110a8272ef7214e17
  • Loading branch information
thindil committed Aug 11, 2024
1 parent 8571f92 commit 80e4325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/ranges.nim
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ checkRule:
discard

fixRule:
let lineNumber = try:
let lineNumber: Natural = try:
data.parseInt
except ValueError:
discard errorMessage(text = "Can't fix file '" &
Expand Down

0 comments on commit 80e4325

Please sign in to comment.