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: for x in args:
stdout.write(x.bb) stdout.write(x.bb)
stdout.write('\n') stdout.write('\n')
stdout.flushFile stdout.flushFile
when isMainModule: when isMainModule:

View file

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