1
Fork 0
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:
RGBCube 2022-11-19 18:32:07 +03:00
parent e1df7f56e1
commit 4f435b8f54

View file

@ -3,7 +3,6 @@ module color
import term import term
struct TrueColor { struct TrueColor {
pub:
r int r int
g int g int
b int b int