Skip to content

Commit 5a29203

Browse files
committed
style: Format engine gauge test file
1 parent 1104920 commit 5a29203

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/view/engine/engine_gauge_test.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ void main() {
3232
expect(find.text('0.0'), findsOneWidget);
3333
});
3434

35-
testWidgets('EngineGauge shows 0.0 (no sign) for small positive eval', (WidgetTester tester) async {
35+
testWidgets('EngineGauge shows 0.0 (no sign) for small positive eval', (
36+
WidgetTester tester,
37+
) async {
3638
final params = (
3739
isLocalEngineAvailable: true,
3840
orientation: Side.white,

0 commit comments

Comments
 (0)