mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fmt: change [1,2,3]!! to [1,2,3]! (#8081)
This commit is contained in:
@@ -68,7 +68,7 @@ fn (context Context) file2v(bname string, fbytes []byte, bn_max int) string {
|
||||
sb.write('$b, ')
|
||||
}
|
||||
}
|
||||
sb.write(']!!\n')
|
||||
sb.write(']!\n')
|
||||
return sb.str()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user