lib/promrelabel: go fmt

This commit is contained in:
Aliaksandr Valialkin 2022-09-30 12:28:20 +03:00
parent a18d6d5ccc
commit 171dd14aa3
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
}