whitespace

This commit is contained in:
Daylin Morgan 2024-09-18 09:24:14 -05:00
parent f743d4b2dc
commit 0cd408512a
Signed by: daylin
GPG key ID: 950D13E9719334AD
2 changed files with 1 additions and 1 deletions

View file

@ -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:

View file

@ -1,6 +1,7 @@
import std/tables
export tables
const
bbReset* = "\e[0m"
bbStyles* = {