From 3efe7b5c283bc93441037fa4a262832e829ec85d Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Wed, 22 Jan 2025 13:31:35 -0800 Subject: [PATCH] remove unintentional dartdoc comment --- lib/grpc.dart | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/grpc.dart b/lib/grpc.dart index a1d4e5a..d2301a0 100644 --- a/lib/grpc.dart +++ b/lib/grpc.dart @@ -13,9 +13,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -/// Status detail types and error codes. -library; - export 'package:grpc/src/generated/google/rpc/error_details.pb.dart'; export 'src/auth/auth.dart' show BaseAuthenticator;