From 866ee01ee62d4e547e09cac93d99cea688a36419 Mon Sep 17 00:00:00 2001 From: Shinya Kumagai Date: Tue, 28 Nov 2023 12:02:24 +0900 Subject: [PATCH] Format the source code files --- .../test/custom_tabs_plugin_ios_ios_test.dart | 3 +-- flutter_custom_tabs_ios/test/messages.dart | 2 +- flutter_custom_tabs_platform_interface/lib/src/types.dart | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/flutter_custom_tabs_ios/test/custom_tabs_plugin_ios_ios_test.dart b/flutter_custom_tabs_ios/test/custom_tabs_plugin_ios_ios_test.dart index 15fdebb..35711ee 100644 --- a/flutter_custom_tabs_ios/test/custom_tabs_plugin_ios_ios_test.dart +++ b/flutter_custom_tabs_ios/test/custom_tabs_plugin_ios_ios_test.dart @@ -18,8 +18,7 @@ void main() { expect(CustomTabsPlatform.instance, isA()); }); - test('launch() invoke method "launch" with valid options', - () async { + test('launch() invoke method "launch" with valid options', () async { const url = 'http://example.com/'; const prefersDeepLink = true; const options = SafariViewControllerOptions( diff --git a/flutter_custom_tabs_ios/test/messages.dart b/flutter_custom_tabs_ios/test/messages.dart index fefd557..ef05c8c 100644 --- a/flutter_custom_tabs_ios/test/messages.dart +++ b/flutter_custom_tabs_ios/test/messages.dart @@ -1,2 +1,2 @@ export 'package:flutter_custom_tabs_ios/src/message_converters.dart'; -export 'package:flutter_custom_tabs_ios/src/messages.g.dart'; \ No newline at end of file +export 'package:flutter_custom_tabs_ios/src/messages.g.dart'; diff --git a/flutter_custom_tabs_platform_interface/lib/src/types.dart b/flutter_custom_tabs_platform_interface/lib/src/types.dart index a34f5ad..2c8011d 100644 --- a/flutter_custom_tabs_platform_interface/lib/src/types.dart +++ b/flutter_custom_tabs_platform_interface/lib/src/types.dart @@ -6,5 +6,4 @@ import 'package:meta/meta.dart'; /// this class. /// @immutable -class PlatformOptions { -} +class PlatformOptions {}