Skip to content

Commit

Permalink
server/handler: fix golint
Browse files Browse the repository at this point in the history
  • Loading branch information
huachaohuang committed Jan 3, 2017
1 parent 1609065 commit e8f7cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package server
import "github.com/juju/errors"

var (
errNotBootstrapped = errors.New("TiKV cluster not bootstrapped, please start TiKV first.")
errNotBootstrapped = errors.New("TiKV cluster not bootstrapped, please start TiKV first")
)

// Handler is a helper to export methods to handle API/RPC requests.
Expand Down

0 comments on commit e8f7cce

Please sign in to comment.