Add newline at end of file (#86008)

This commit is contained in:
Ahmed Ashour 2021-07-09 00:01:10 +02:00 committed by GitHub
parent f26e54bd88
commit a666925a02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -80,4 +80,4 @@ class TestCommand extends Command<void> {
taskArgs: taskArgs, taskArgs: taskArgs,
); );
} }
} }

View File

@ -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);
} }
} }

View File

@ -54,4 +54,4 @@ void main() {
); );
}); });
}); });
} }

View File

@ -822,4 +822,4 @@ void main() {
}); });
}); });
}); });
} }

View File

@ -152,4 +152,4 @@ class DeferredComponentModule {
'''); ''');
} }
} }
} }