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

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} })
}
}