diff options
author | zqqw | 2020-05-01 01:31:13 +0000 |
---|---|---|
committer | zqqw | 2020-05-02 01:59:53 +0000 |
commit | 086784e56e57c61742718803478cc29d0331414b (patch) | |
tree | 4b1e1fe488c8d1ceaa88073859631a4cf23cb9c0 /src/format.nim | |
parent | 8c75dc9df518579cab48a6ded803bf8d493a3cab (diff) |
Add lc module
Diffstat (limited to 'src/format.nim')
-rw-r--r-- | src/format.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format.nim b/src/format.nim index 2ac39dc..5c8e336 100644 --- a/src/format.nim +++ b/src/format.nim @@ -1,6 +1,6 @@ import macros, options, posix, sequtils, strutils, sugar, times, unicode, - utils + utils, "listcomp" type PackageLineFormat* = tuple[ |