mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Typo.
This commit is contained in:
parent
77723a8711
commit
98e4831411
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class AsciiArt {
|
|||
const val WHITE = "\u001B[37m"
|
||||
|
||||
private fun wrap(s: String, color: String) = color + s + RESET
|
||||
private fun blue(s: String) = wrap(s, BLUE/)
|
||||
private fun blue(s: String) = wrap(s, BLUE)
|
||||
private fun red(s: String) = wrap(s, RED)
|
||||
private fun yellow(s: String) = wrap(s, YELLOW)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue