From d962452115380afb986627a5d383f686cd35e2c0 Mon Sep 17 00:00:00 2001 From: Matthew Crenshaw Date: Fri, 5 Jul 2019 14:42:34 -0400 Subject: [PATCH] make fmt --- plugins/inputs/logparser/logparser.go | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/inputs/logparser/logparser.go b/plugins/inputs/logparser/logparser.go index b8e0ea4a3a923..f2497178ee8ab 100644 --- a/plugins/inputs/logparser/logparser.go +++ b/plugins/inputs/logparser/logparser.go @@ -25,7 +25,6 @@ var ( offsetsMutex = new(sync.Mutex) ) - // LogParser in the primary interface for the plugin type GrokConfig struct { MeasurementName string `toml:"measurement"`