From f9461a22f6a754df73908c18603a505fddeb2bc5 Mon Sep 17 00:00:00 2001 From: Alejandro Santiago Date: Thu, 24 Mar 2022 20:52:08 +0000 Subject: [PATCH] refactor: removed unnecessary comma Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- lib/game/components/spaceship.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/game/components/spaceship.dart b/lib/game/components/spaceship.dart index 0bb0b39a..53afd3ca 100644 --- a/lib/game/components/spaceship.dart +++ b/lib/game/components/spaceship.dart @@ -1,4 +1,4 @@ -// ignore_for_file: avoid_renaming_method_parameters, +// ignore_for_file: avoid_renaming_method_parameters import 'dart:async'; import 'dart:math';