fmt: run 'make fmt'

This commit is contained in:
Tzu-Jung Lee
2017-01-16 22:03:27 -08:00
parent 235b18d694
commit aae3c91e88
19 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -6,8 +6,8 @@ import (
"google.golang.org/grpc"
. "github.com/tendermint/go-common"
"github.com/tendermint/abci/types"
. "github.com/tendermint/go-common"
)
// var maxNumberConnections = 2
+1 -1
View File
@@ -3,8 +3,8 @@ package server
import (
"fmt"
. "github.com/tendermint/go-common"
"github.com/tendermint/abci/types"
. "github.com/tendermint/go-common"
)
func NewServer(protoAddr, transport string, app types.Application) (Service, error) {
+1 -1
View File
@@ -8,8 +8,8 @@ import (
"strings"
"sync"
. "github.com/tendermint/go-common"
"github.com/tendermint/abci/types"
. "github.com/tendermint/go-common"
)
// var maxNumberConnections = 2