mirror of
https://github.com/RGBCube/color.v
synced 2025-08-01 10:27:45 +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
|
strikethrough
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn (s StyleImpl) render(msg string) string {
|
fn (s StyleImpl) render(msg string) string {
|
||||||
return if no_color {
|
return if no_color {
|
||||||
msg
|
msg
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue