From 522bc8dda1f36ffe5f14eb6b1bfdba215b45b139 Mon Sep 17 00:00:00 2001 From: Araq Date: Tue, 16 Jun 2020 11:39:58 +0200 Subject: added a space --- compiler/ast.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/ast.nim') diff --git a/compiler/ast.nim b/compiler/ast.nim index bc26defd4..9639f52d3 100644 --- a/compiler/ast.nim +++ b/compiler/ast.nim @@ -1294,7 +1294,7 @@ proc newIntTypeNode*(intVal: BiggestInt, typ: PType): PNode = of tyUInt16: result = newNode(nkUInt16Lit) of tyUInt32: result = newNode(nkUInt32Lit) of tyUInt64: result = newNode(nkUInt64Lit) - of tyBool,tyEnum: + of tyBool, tyEnum: # XXX: does this really need to be the kind nkIntLit? result = newNode(nkIntLit) of tyStatic: # that's a pre-existing bug, will fix in another PR -- cgit 1.4.1-2-gfad0