fix(ops): 修复Go代码格式问题

This commit is contained in:
IanShaw027
2026-01-12 14:36:32 +08:00
parent 89c1a41305
commit e0cccf6ed2
3 changed files with 4 additions and 6 deletions

View File

@@ -553,4 +553,3 @@ func (s *OpsService) UpdateMetricThresholds(ctx context.Context, cfg *OpsMetricT
_ = json.Unmarshal(raw, updated)
return updated, nil
}