From 1554a86403569ca54979c4f65aeb01e34d54cd23 Mon Sep 17 00:00:00 2001 From: Matthieu Grieger Date: Tue, 9 Dec 2014 15:11:41 -0800 Subject: [PATCH] Fix identation error --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 8e19f17..a048150 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ import ( // MumbleDJ type declaration type MumbleDJ struct { - serverAddress string + serverAddress string serverPort int username string password string