diff options
author | Adam Strzelecki <ono@java.pl> | 2015-06-09 22:16:43 +0200 |
---|---|---|
committer | Adam Strzelecki <ono@java.pl> | 2015-06-09 22:20:05 +0200 |
commit | 3d266433a75449d76b589aba6edaf488d5a8c921 (patch) | |
tree | 02ab5a343317a1a0c0b68a2f7d9d1b426866b117 /compiler/ast.nim | |
parent | 25a19875172db5024c1edf7011a5b46996e4f543 (diff) | |
download | Nim-3d266433a75449d76b589aba6edaf488d5a8c921.tar.gz |
securehash: Keep module name consistent
1. All other modules don't use underscore, why this should be different? 2. Wrap some imports to 80 column
Diffstat (limited to 'compiler/ast.nim')
-rw-r--r-- | compiler/ast.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ast.nim b/compiler/ast.nim index dc190fd7f..36d29e06a 100644 --- a/compiler/ast.nim +++ b/compiler/ast.nim @@ -10,7 +10,7 @@ # abstract syntax tree + symbol table import - msgs, hashes, nversion, options, strutils, secure_hash, ropes, idents, lists, + msgs, hashes, nversion, options, strutils, securehash, ropes, idents, lists, intsets, idgen type |