1
0
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:
yuyi
2021-01-14 10:51:13 +08:00
committed by GitHub
parent c8bcee9639
commit a2efb5319d
13 changed files with 75 additions and 75 deletions

View File

@@ -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()
)