diff --git a/color/style.v b/color/style.v index 7958928..3322d7d 100644 --- a/color/style.v +++ b/color/style.v @@ -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 {