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 return rai
} }

View File

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

View File

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