fix: align map values for proper formatting

This commit is contained in:
yinwm
2026-02-24 19:04:38 +08:00
parent e76e45f30f
commit 01e2354b97
+1 -1
View File
@@ -220,7 +220,7 @@ func TestFullConfig_JSON_BackwardCompat(t *testing.T) {
}`
for name, jsonStr := range map[string]string{
"old format (model)": oldFormat,
"old format (model)": oldFormat,
"new format (model_name)": newFormat,
} {
t.Run(name, func(t *testing.T) {