Fixes a `go fmt` cleanup.

This commit is contained in:
James Phillips 2017-12-20 13:43:38 -08:00
parent 7ee0e750a4
commit da6a4635b0
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} })
}
}