Let custom formatter example pass -vet-tabs if copied

This commit is contained in:
Jeroen van Rijn
2025-10-18 16:25:19 +02:00
parent 2339176083
commit c51f4daa7d
-1
View File
@@ -54,4 +54,3 @@ My_Custom_Base_Formatter :: proc(fi: ^fmt.Info, arg: any, verb: rune) -> bool {
} }
return true return true
} }