mirror of
https://github.com/codex-storage/nim-json-rpc.git
synced 2025-02-23 08:28:23 +00:00
Missing comma on comment
This commit is contained in:
parent
1c3eda633e
commit
42b63d86c9
@ -114,7 +114,7 @@ proc expectArrayLen(node: NimNode, jsonIdent: untyped, length: int) =
|
||||
|
||||
proc jsonToNim*(assignIdent, paramType, jsonIdent: NimNode, paramNameStr: string): NimNode =
|
||||
# verify input and load a Nim type from json data
|
||||
# note: does not create `assignIdent` so can be used for `result` variables
|
||||
# note: does not create `assignIdent`, so can be used for `result` variables
|
||||
result = newStmtList()
|
||||
# unpack each parameter and provide assignments
|
||||
result.add(quote do:
|
||||
|
Loading…
x
Reference in New Issue
Block a user