Commit e0cccf6e authored by IanShaw027's avatar IanShaw027
Browse files

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

parent 89c1a413
......@@ -192,4 +192,3 @@ func (h *OpsHandler) UpdateMetricThresholds(c *gin.Context) {
}
response.Success(c, updated)
}
......@@ -553,4 +553,3 @@ func (s *OpsService) UpdateMetricThresholds(ctx context.Context, cfg *OpsMetricT
_ = json.Unmarshal(raw, updated)
return updated, nil
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment