From d850fd2fb204c396640528114b4dd6c1536b7799 Mon Sep 17 00:00:00 2001 From: Shaunak Kashyap Date: Thu, 30 Apr 2020 04:20:50 -0700 Subject: [PATCH] Formatting code --- libbeat/monitoring/report/report_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libbeat/monitoring/report/report_test.go b/libbeat/monitoring/report/report_test.go index 04e5ce0e040..45b0dadc83f 100644 --- a/libbeat/monitoring/report/report_test.go +++ b/libbeat/monitoring/report/report_test.go @@ -20,8 +20,9 @@ package report import ( "testing" - "github.com/elastic/beats/v7/libbeat/common" "github.com/stretchr/testify/require" + + "github.com/elastic/beats/v7/libbeat/common" ) func TestMergeHosts(t *testing.T) {