Replace b with _ as it is not needed

This commit is contained in:
gingerBill
2024-03-07 13:41:54 +00:00
parent 573402c97e
commit b6b8e640f5

View File

@@ -2296,7 +2296,7 @@ fmt_named :: proc(fi: ^Info, v: any, verb: rune, info: runtime.Type_Info_Named)
fmt_bit_set(fi, v, verb = verb)
case:
if verb == 'w' {
#partial switch b in info.base.variant {
#partial switch _ in info.base.variant {
case runtime.Type_Info_Array,
runtime.Type_Info_Enumerated_Array,
runtime.Type_Info_Dynamic_Array,