Skip to content

Commit

Permalink
(service) tidy-up
Browse files Browse the repository at this point in the history
  • Loading branch information
uatuko committed Jul 18, 2023
1 parent beb45c3 commit 6c425ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/interceptors/logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Logger final : public grpc::experimental::Interceptor {
std::chrono::high_resolution_clock::time_point _start;
};

class LoggerFactory : public grpc::experimental::ServerInterceptorFactoryInterface {
class LoggerFactory final : public grpc::experimental::ServerInterceptorFactoryInterface {
public:
grpc::experimental::Interceptor *CreateServerInterceptor(
grpc::experimental::ServerRpcInfo *info) override {
Expand Down

0 comments on commit 6c425ad

Please sign in to comment.