mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Minor token changes
This commit is contained in:
parent
dc79f736d0
commit
1fb78f8047
5 changed files with 7 additions and 10 deletions
|
|
@ -19,8 +19,7 @@ template `?`*(js: JsonNode): untyped =
|
|||
template `with`*(ident, value, body): untyped =
|
||||
block:
|
||||
let ident {.inject.} = value
|
||||
if ident != nil:
|
||||
body
|
||||
if ident != nil: body
|
||||
|
||||
template `with`*(ident; value: JsonNode; body): untyped =
|
||||
block:
|
||||
|
|
|
|||
Loading…
Reference in a new issue