chore(3p/nix/proto): Fix style violations in new proto defs

This is a blocker to enabling the linter.

Change-Id: I9f8d3cc19c7539086f53474a505362230fc56c04
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1245
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
Kane York 2020-07-16 21:03:59 -07:00 committed by Kane York
parent 39ab9d8fc6
commit af47a89d6f
2 changed files with 7 additions and 7 deletions

View file

@ -7,9 +7,9 @@ namespace nix::daemon {
using ::grpc::Status;
using ::nix::proto::StorePath;
using ::nix::proto::StorePaths;
using ::nix::proto::Worker;
using ::nix::proto::WorkerService;
class WorkerServiceImpl final : public Worker::Service {
class WorkerServiceImpl final : public WorkerService::Service {
public:
WorkerServiceImpl(nix::Store* store) : store_(store) {}