mirror of
https://github.com/RGBCube/color.v
synced 2025-07-31 09:57:47 +00:00
Remove redundant pub
This commit is contained in:
parent
08c4e83c3a
commit
21d038b604
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue