mirror of
https://github.com/zedeus/nitter.git
synced 2026-05-14 16:22:49 -04:00
Minor token changes
This commit is contained in:
+1
-2
@@ -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