mirror of
https://github.com/zedeus/nitter.git
synced 2026-01-28 06:12:48 -05:00
Minor token changes
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user