remove unintentional dartdoc comment

This commit is contained in:
Devon Carew 2025-01-22 13:31:35 -08:00
parent bf672afa4d
commit 3efe7b5c28
No known key found for this signature in database
GPG Key ID: 301D7E534BF0F42E
1 changed files with 0 additions and 3 deletions

View File

@ -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;