From 7b3ff40d2235be92bdc0ead146cda74c5407837c Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Tue, 8 Jan 2019 11:15:38 -0500 Subject: [PATCH] run gofmt --- client/client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client_test.go b/client/client_test.go index 6e01a8cb7..33dfc1b04 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -171,7 +171,7 @@ func TestClient_Fingerprint_Periodic(t *testing.T) { c1, cleanup := TestClient(t, func(c *config.Config) { confs := []*nconfig.PluginConfig{ - &nconfig.PluginConfig{ + { Name: "mock_driver", Config: map[string]interface{}{ "shutdown_periodic_after": true,