Fixes a `go fmt` cleanup.
This commit is contained in:
parent
bd9bd8c119
commit
62e97a6602
|
@ -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} })
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue