From 1933f3adf495a2f838d4eaca34fe6d30e21ad071 Mon Sep 17 00:00:00 2001 From: Allison Ryan Date: Fri, 1 Apr 2022 08:48:19 -0500 Subject: [PATCH] fix: another lint warning --- .../pinball_components/lib/src/components/launch_ramp.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/pinball_components/lib/src/components/launch_ramp.dart b/packages/pinball_components/lib/src/components/launch_ramp.dart index 600df4e1..be5b0007 100644 --- a/packages/pinball_components/lib/src/components/launch_ramp.dart +++ b/packages/pinball_components/lib/src/components/launch_ramp.dart @@ -133,7 +133,8 @@ class _LaunchRampBase extends BodyComponent with InitialPosition, Layered { } /// {@template launch_ramp_foreground_railing} -/// Foreground railing for the [_LaunchRampBase] to render in front of the [Ball]. +/// Foreground railing for the [_LaunchRampBase] to render in front of the +/// [Ball]. /// {@endtemplate} class _LaunchRampForegroundRailing extends BodyComponent with InitialPosition, Layered {