Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Jan 13, 2025
1 parent e3522bc commit c4c90e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/v2/api/grpc/gogoreflection/serverreflection.go
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ func (s *serverReflectionServer) getServices(messages []string) (svcs []string,
seenSvc[svc.FullName()] = struct{}{}
}

return
return svcs, fds
}

func findServiceForMessage(registry *protoregistry.Files, messageDesc protoreflect.MessageDescriptor) (protoreflect.ServiceDescriptor, bool) {
Expand Down

0 comments on commit c4c90e2

Please sign in to comment.