style(backend): 修复 ops_service.go 代码格式

This commit is contained in:
IanShaw027
2026-01-15 00:04:37 +08:00
parent 16a90f3d3a
commit 2daf13c4c8

View File

@@ -611,4 +611,3 @@ func sanitizeErrorBodyForStorage(raw string, maxBytes int) (sanitized string, tr
}
return raw, false
}