fix: gofmt formatting after merge

This commit is contained in:
erio
2026-04-05 23:14:23 +08:00
parent 794e817208
commit 3d4d960d60
2 changed files with 12 additions and 13 deletions

View File

@@ -363,7 +363,6 @@ func TestCalculateImageCost(t *testing.T) {
require.InDelta(t, 0.134*3, cost.ActualCost, 1e-10) require.InDelta(t, 0.134*3, cost.ActualCost, 1e-10)
} }
func TestIsModelSupported(t *testing.T) { func TestIsModelSupported(t *testing.T) {
svc := newTestBillingService() svc := newTestBillingService()