fix: fix warning

This commit is contained in:
Sergey Penkovsky
2025-05-16 17:31:23 +03:00
parent f23b14c13b
commit 2fb91ca7cc

View File

@@ -1,15 +1,15 @@
/// library;
/// Copyright 2021 Sergey Penkovsky (sergey.penkovsky@gmail.com) //
/// Licensed under the Apache License, Version 2.0 (the "License"); // Copyright 2021 Sergey Penkovsky (sergey.penkovsky@gmail.com)
/// you may not use this file except in compliance with the License. // Licensed under the Apache License, Version 2.0 (the "License");
/// You may obtain a copy of the License at // you may not use this file except in compliance with the License.
/// http://www.apache.org/licenses/LICENSE-2.0 // You may obtain a copy of the License at
/// Unless required by applicable law or agreed to in writing, software // http://www.apache.org/licenses/LICENSE-2.0
/// distributed under the License is distributed on an "AS IS" BASIS, // Unless required by applicable law or agreed to in writing, software
/// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // distributed under the License is distributed on an "AS IS" BASIS,
/// See the License for the specific language governing permissions and // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/// limitations under the License. // See the License for the specific language governing permissions and
/// // limitations under the License.
library cherrypick_flutter; //
export 'src/cherrypick_provider.dart'; export 'src/cherrypick_provider.dart';