diff options
Diffstat (limited to 'library/cpp/grpc/server/grpc_server.h')
-rw-r--r-- | library/cpp/grpc/server/grpc_server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/grpc/server/grpc_server.h b/library/cpp/grpc/server/grpc_server.h index fb2726582c..a571509caa 100644 --- a/library/cpp/grpc/server/grpc_server.h +++ b/library/cpp/grpc/server/grpc_server.h @@ -286,7 +286,7 @@ public: } return TShutdownGuard(this); - }; + } bool IsUnsafeToShutdown() const override { return AtomicGet(GuardCount_) > 0; |