Skip to content

Commit

Permalink
chore: Fix linting issues in main.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
martynov-alex committed Feb 27, 2024
1 parent 156cb72 commit ffca645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// ignore_for_file: unused_element, prefer_final_fields, unused_field, type_annotate_public_apis, unreachable_from_main
import 'package:example/async_function.dart';
// ignore_for_file: unused_element, prefer_final_fields, unused_field, type_annotate_public_apis
import 'package:meta/meta.dart';
import 'package:surf_lint_rules/surf_lint_rules.dart';

Expand Down

0 comments on commit ffca645

Please sign in to comment.