From 0cd004d21db1337cf19f7d13b772569d3c9095c5 Mon Sep 17 00:00:00 2001 From: taylor howell Date: Tue, 1 Aug 2023 19:34:38 -0600 Subject: [PATCH] batch_service fix --- grpc/batch_service.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/grpc/batch_service.h b/grpc/batch_service.h index 3c3ebca8d..22d4cb59a 100644 --- a/grpc/batch_service.h +++ b/grpc/batch_service.h @@ -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 #include @@ -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