Unverified Commit a666925a authored by Ahmed Ashour's avatar Ahmed Ashour Committed by GitHub

Add newline at end of file (#86008)

parent f26e54bd
...@@ -80,4 +80,4 @@ class TestCommand extends Command<void> { ...@@ -80,4 +80,4 @@ class TestCommand extends Command<void> {
taskArgs: taskArgs, taskArgs: taskArgs,
); );
} }
} }
\ No newline at end of file
...@@ -2485,4 +2485,4 @@ class _RenderCupertinoDialogActions extends RenderBox ...@@ -2485,4 +2485,4 @@ class _RenderCupertinoDialogActions extends RenderBox
bool hitTestChildren(BoxHitTestResult result, {required Offset position}) { bool hitTestChildren(BoxHitTestResult result, {required Offset position}) {
return defaultHitTestChildren(result, position: position); return defaultHitTestChildren(result, position: position);
} }
} }
\ No newline at end of file
...@@ -54,4 +54,4 @@ void main() { ...@@ -54,4 +54,4 @@ void main() {
); );
}); });
}); });
} }
\ No newline at end of file
...@@ -822,4 +822,4 @@ void main() { ...@@ -822,4 +822,4 @@ void main() {
}); });
}); });
}); });
} }
\ No newline at end of file
...@@ -152,4 +152,4 @@ class DeferredComponentModule { ...@@ -152,4 +152,4 @@ class DeferredComponentModule {
'''); ''');
} }
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment