refactor: Remove unnecessary blank lines in ASCII and Flutter renderer classes

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-03-20 12:21:51 +01:00
parent 27e15e60db
commit 297f6f0260
2 changed files with 0 additions and 2 deletions

View File

@@ -66,7 +66,6 @@ class _WolfAsciiRendererState extends BaseWolfRendererState<WolfAsciiRenderer> {
? const SizedBox.shrink()
: AsciiFrameWidget(frameData: _asciiFrame);
}
}
/// Paints a pre-rasterized ASCII frame using grouped text spans per color run.

View File

@@ -86,5 +86,4 @@ class _WolfFlutterRendererState
),
);
}
}