From 200d5de9ac37058e84daf7f9ee49ab27bad80b6f Mon Sep 17 00:00:00 2001 From: alestiago Date: Thu, 24 Mar 2022 16:08:13 +0000 Subject: [PATCH] chore: removed unecessary ignore --- lib/game/components/spaceship.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/game/components/spaceship.dart b/lib/game/components/spaceship.dart index 854bb595..0bb0b39a 100644 --- a/lib/game/components/spaceship.dart +++ b/lib/game/components/spaceship.dart @@ -1,5 +1,4 @@ // ignore_for_file: avoid_renaming_method_parameters, -// ignore_for_file: avoid_function_literals_in_foreach_calls import 'dart:async'; import 'dart:math';