Fixing gofmt

This commit is contained in:
Sarah Jamie Lewis 2018-01-12 13:04:20 -05:00
parent 4ccf95bee0
commit 339995c101
5 changed files with 12 additions and 14 deletions

View File

@ -38,4 +38,3 @@ func (af *ApplicationInstanceFactory) GetApplicationInstance(rc *connection.Conn
}
return rai
}

View File

@ -14,7 +14,6 @@ func (cc *OverrideChatChannel) Singleton() bool {
return false
}
func TestClientManagerDuplicateMultiple(t *testing.T) {
ccm := NewClientChannelManager()
chatChannel := new(OverrideChatChannel)

View File

@ -1,8 +1,8 @@
package utils
import (
"testing"
"math"
"testing"
)
func TestGeneratePrivateKey(t *testing.T) {