From d32627748ee44cb075ab3c7f40f709b59cb7c478 Mon Sep 17 00:00:00 2001 From: Blerim Sheqa Date: Wed, 2 Jan 2019 15:40:00 +0100 Subject: [PATCH] Cleanup styles according to goimports' style --- beater/eventstream.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beater/eventstream.go b/beater/eventstream.go index 6e45eddd..34b0b44e 100644 --- a/beater/eventstream.go +++ b/beater/eventstream.go @@ -62,7 +62,7 @@ func BuildEventstreamEvent(e []byte) beat.Event { event.Fields.Put(target_key+"check_result.execution_end", FloatToTimestamp(checkResult["execution_end"].(float64))) event.Fields.Put(target_key+"check_result.schedule_start", FloatToTimestamp(checkResult["schedule_start"].(float64))) event.Fields.Put(target_key+"check_result.schedule_end", FloatToTimestamp(checkResult["schedule_end"].(float64))) - event.Fields.Delete(target_key+"check_result.performance_data") + event.Fields.Delete(target_key + "check_result.performance_data") case "AcknowledgementSet": event.Delete("comment")