Skip to content

Commit

Permalink
Update compiler/sem/sigmatch.nim
Browse files Browse the repository at this point in the history
remove trailing blank space.

Co-authored-by: zerbina <[email protected]>
  • Loading branch information
saem and zerbina authored Jan 21, 2024
1 parent 0b5d12a commit a14d2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/sem/sigmatch.nim
Original file line number Diff line number Diff line change
Expand Up @@ -3085,7 +3085,7 @@ proc matchesAux(c: PContext, n, nOrig: PNode, m: var TCandidate, marker: var Int
if formal.typ.kind != tyUntyped:
n[a] = operand

arg = paramTypesMatch(m, formal.typ, operand.typ, operand)
arg = paramTypesMatch(m, formal.typ, operand.typ, operand)
if arg.isNil(): # invalid arg
noMatch()

Expand Down

0 comments on commit a14d2d1

Please sign in to comment.