1
Fork 0
mirror of https://github.com/RGBCube/color.v synced 2025-08-01 18:37:45 +00:00

Remove redundant pub

This commit is contained in:
RGBCube 2022-11-20 20:30:59 +03:00
parent 08c4e83c3a
commit 21d038b604

View file

@ -31,7 +31,7 @@ enum StyleImpl {
strikethrough
}
pub fn (s StyleImpl) render(msg string) string {
fn (s StyleImpl) render(msg string) string {
return if no_color {
msg
} else {