Skip to content

Commit

Permalink
cleanup extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
jprobinson committed Jun 23, 2017
1 parent 8529cb9 commit ef5a168
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/kit/kitserver.go
Expand Up @@ -136,7 +136,6 @@ func (s *Server) register(svc Service) {
func(ctx ocontext.Context, req interface{}, info *grpc.UnaryServerInfo, handler grpc.UnaryHandler) (resp interface{}, err error) {
ctx = context.WithValue(ctx, logKey, s.logger)
return svc.Middleware(func(ctx context.Context, req interface{}) (interface{}, error) {

return handler(ctx, req)
})(ctx, req)
}),
Expand Down

0 comments on commit ef5a168

Please sign in to comment.