fixed go fmt'ing

This commit is contained in:
Peter Miron
2017-06-08 11:37:23 -04:00
parent 2fff19d39d
commit f2a9cc8cb0
2 changed files with 2 additions and 2 deletions

View File

@@ -510,7 +510,7 @@ func (s *Server) startMonitoring(secure bool) error {
hp string
err error
httpListener net.Listener
port int
port int
)
if secure {

View File

@@ -363,4 +363,4 @@ func TestNilMonitoringPort(t *testing.T) {
if s.MonitorAddr() != nil {
t.Fatal("HttpAddr should be nil.")
}
}
}