lib/promrelabel: go fmt

This commit is contained in:
Aliaksandr Valialkin 2022-09-30 12:28:20 +03:00
parent 9fc2817f41
commit 39ba55dbb3
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -36,7 +36,7 @@ type parsedRelabelConfig struct {
hasCaptureGroupInReplacement bool
hasLabelReferenceInReplacement bool
stringReplacer *bytesutil.FastStringTransformer
stringReplacer *bytesutil.FastStringTransformer
submatchReplacer *bytesutil.FastStringTransformer
}