Updated formatting

This commit is contained in:
Eduard Urbach 2025-06-06 17:05:55 +02:00
parent afc4092824
commit 9c8f71be07
Signed by: eduard
GPG key ID: 49226B848C78F6C8
25 changed files with 25 additions and 25 deletions

View file

@ -39,4 +39,4 @@ func (c Color) Println(args ...any) {
}
fmt.Printf("\x1b[38;2;%d;%d;%dm%s\n\x1b[0m", c.R, c.G, c.B, fmt.Sprint(args...))
}
}