mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: change [1,2,3]!! to [1,2,3]! (#8101)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
module ui
|
||||
|
||||
const (
|
||||
value_range = [0x00, 0x5f, 0x87, 0xaf, 0xd7, 0xff]!!
|
||||
value_range = [0x00, 0x5f, 0x87, 0xaf, 0xd7, 0xff]!
|
||||
color_table = init_color_table()
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user