From 3a213d035f0240734752e059310dd39f09b21b81 Mon Sep 17 00:00:00 2001 From: Joachim Nohl <43643339+nohli@users.noreply.github.com> Date: Sat, 14 Sep 2024 11:03:41 +0100 Subject: [PATCH] dart format --- packages/fluttium/test/src/tester_test.dart | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/packages/fluttium/test/src/tester_test.dart b/packages/fluttium/test/src/tester_test.dart index 881552a1..5fbde686 100644 --- a/packages/fluttium/test/src/tester_test.dart +++ b/packages/fluttium/test/src/tester_test.dart @@ -307,8 +307,7 @@ void main() { semanticsOwner = _MockSemanticsOwner(); final pipelineOwner = _MockPipelineOwner(); - when(() => binding.rootPipelineOwner) - .thenReturn(pipelineOwner); + when(() => binding.rootPipelineOwner).thenReturn(pipelineOwner); when(() => pipelineOwner.semanticsOwner).thenReturn(semanticsOwner); rootNode = MockSemanticsNode(); @@ -494,8 +493,7 @@ void main() { semanticsOwner = _MockSemanticsOwner(); final pipelineOwner = _MockPipelineOwner(); - when(() => binding.rootPipelineOwner) - .thenReturn(pipelineOwner); + when(() => binding.rootPipelineOwner).thenReturn(pipelineOwner); when(() => pipelineOwner.semanticsOwner).thenReturn(semanticsOwner); rootNode = MockSemanticsNode();