Explorar o código

Remove extra \n in server to appease linter

Signed-off-by: Christopher Crone <[email protected]>
Christopher Crone %!s(int64=5) %!d(string=hai) anos
pai
achega
91c1cddc70
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      server/server.go

+ 0 - 1
server/server.go

@@ -59,7 +59,6 @@ func New() *grpc.Server {
 	return s
 }
 
-
 //CreateListener creates a listener either on tcp://, or local listener, supporting unix:// for unix socket or npipe:// for named pipes on windows
 func CreateListener(address string) (net.Listener, error) {
 	if strings.HasPrefix(address, "tcp://") {