From a7208316098349dcb9a3904c0835cafb409a3bb9 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Sun, 17 Nov 2013 08:53:22 +0000 Subject: [PATCH] gofmt --- node/icecast.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node/icecast.go b/node/icecast.go index f973d8f3..e34eb559 100644 --- a/node/icecast.go +++ b/node/icecast.go @@ -17,9 +17,9 @@ var ( ) type IcecastStatus struct { - XMLName xml.Name `xml:"status",json:"-"` + XMLName xml.Name `xml:"status",json:"-"` Mounts []radioai.IcecastMountStatus `xml:"mount"` - Up bool + Up bool } type IcecastController struct { -- GitLab