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 15fdebbf..35711eee 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 fefd5570..ef05c8c7 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 a34f5adf..2c8011df 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 {}