Fixes a `go fmt` cleanup.

This commit is contained in:
James Phillips 2017-12-20 13:43:38 -08:00
parent bd9bd8c119
commit 62e97a6602
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ func init() {
registerEndpoint(func(s *Server) interface{} { return &Session{s} })
registerEndpoint(func(s *Server) interface{} { return &Status{s} })
registerEndpoint(func(s *Server) interface{} { return &Txn{s} })
}
}