fix: swap comment order for lint

pull/270/head
Allison Ryan 3 years ago
parent 87a0760d87
commit 110ffa4b5f

@ -191,8 +191,8 @@ class DebugPinballGame extends PinballGame with FPSCounter {
// TODO(allisonryan0002): Remove after google letters have been correctly // TODO(allisonryan0002): Remove after google letters have been correctly
// placed. // placed.
// ignore: unused_element
// coverage:ignore-start // coverage:ignore-start
// ignore: unused_element
Future<void> _loadBackground() async { Future<void> _loadBackground() async {
final sprite = await loadSprite( final sprite = await loadSprite(
Assets.images.components.background.path, Assets.images.components.background.path,

Loading…
Cancel
Save