mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2024-11-16 06:28:32 -06:00
whitespace
This commit is contained in:
parent
f743d4b2dc
commit
0cd408512a
2 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,6 @@ proc bbEcho*(args: varargs[string, `$`]) {.sideEffect.} =
|
|||
for x in args:
|
||||
stdout.write(x.bb)
|
||||
stdout.write('\n')
|
||||
|
||||
stdout.flushFile
|
||||
|
||||
when isMainModule:
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
import std/tables
|
||||
export tables
|
||||
|
||||
|
||||
const
|
||||
bbReset* = "\e[0m"
|
||||
bbStyles* = {
|
||||
|
|
Loading…
Reference in a new issue