Skip to content

Commit

Permalink
batch_service fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thowell committed Aug 2, 2023
1 parent b94ad88 commit 0cd004d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions grpc/batch_service.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

// An implementation of the `Batch` gRPC service.

#ifndef GRPC_BATCH_ESTIMATOR_SERVICE_H
#define GRPC_BATCH_ESTIMATOR_SERVICE_H
#ifndef GRPC_BATCH_SERVICE_H
#define GRPC_BATCH_SERVICE_H

#include <grpcpp/server_context.h>
#include <grpcpp/support/status.h>
Expand Down Expand Up @@ -100,4 +100,4 @@ class BatchService final : public batch::Batch::Service {

} // namespace batch_grpc

#endif // GRPC_BATCH_ESTIMATOR_SERVICE_H
#endif // GRPC_BATCH_SERVICE_H

0 comments on commit 0cd004d

Please sign in to comment.