metrics: gofumpt struct field alignment fix
- SHA
8e3dd1794d3b90579c38bb3cb7bf45ee101e51ed- Parents
-
5a50008 - Tree
d5ee93e
8e3dd17
8e3dd1794d3b90579c38bb3cb7bf45ee101e51ed5a50008
d5ee93e| Status | File | + | - |
|---|---|---|---|
| M |
internal/infra/metrics/metrics.go
|
1 | 1 |
internal/infra/metrics/metrics.gomodified@@ -141,7 +141,7 @@ func init() { | ||
| 141 | 141 | // also necessary but not sufficient; promhttp does its own gzip layer. |
| 142 | 142 | func Handler(user, pass string) http.Handler { |
| 143 | 143 | h := promhttp.HandlerFor(Registry, promhttp.HandlerOpts{ |
| 144 | - Registry: Registry, | |
| 144 | + Registry: Registry, | |
| 145 | 145 | DisableCompression: true, |
| 146 | 146 | }) |
| 147 | 147 | if user == "" && pass == "" { |