diff options
author | narimiran <narimiran@disroot.org> | 2019-08-19 13:27:58 +0200 |
---|---|---|
committer | narimiran <narimiran@disroot.org> | 2019-08-19 13:29:45 +0200 |
commit | cf4390a24adde453cd3a4a1e4889305b61b295e4 (patch) | |
tree | c0b601d8b06fd24a766fdd45355ae6660bd86d8a /nimpretty | |
parent | 742862b847646dff4562992cd502d3077b2c9474 (diff) | |
download | Nim-cf4390a24adde453cd3a4a1e4889305b61b295e4.tar.gz |
cosmetic improvements
* remove unused imports * make 'openPars' and 'closedPars' more readable
Diffstat (limited to 'nimpretty')
-rw-r--r-- | nimpretty/nimpretty.nim | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nimpretty/nimpretty.nim b/nimpretty/nimpretty.nim index aa6784c82..95f428598 100644 --- a/nimpretty/nimpretty.nim +++ b/nimpretty/nimpretty.nim @@ -12,8 +12,7 @@ when not defined(nimpretty): {.error: "This needs to be compiled with --define:nimPretty".} -import ../compiler / [idents, msgs, ast, syntaxes, renderer, options, - pathutils, layouter] +import ../compiler / [idents, msgs, syntaxes, options, pathutils, layouter] import parseopt, strutils, os |