From 7ab1207b122c9189c964db84ad8d71f95a1c7424 Mon Sep 17 00:00:00 2001 From: Tyler Nisonoff Date: Sat, 17 Oct 2015 21:07:06 -0700 Subject: [PATCH] formatted code --- plugins/mysql/mysql.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mysql/mysql.go b/plugins/mysql/mysql.go index a2810057f..752950d39 100644 --- a/plugins/mysql/mysql.go +++ b/plugins/mysql/mysql.go @@ -193,7 +193,7 @@ func (m *Mysql) gatherServer(serv string, acc plugins.Accumulator) error { } tags := map[string]string{"server": servtag, - "user": user} + "user": user} fmt.Println("user: " + user) fmt.Println(connections) //fmt.Println("connections: " + string(connections))