Skip to content

Commit

Permalink
Format the source code files
Browse files Browse the repository at this point in the history
  • Loading branch information
droibit committed Nov 28, 2023
1 parent 807e6bd commit 866ee01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ void main() {
expect(CustomTabsPlatform.instance, isA<CustomTabsPluginIOS>());
});

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(
Expand Down
2 changes: 1 addition & 1 deletion flutter_custom_tabs_ios/test/messages.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export 'package:flutter_custom_tabs_ios/src/message_converters.dart';
export 'package:flutter_custom_tabs_ios/src/messages.g.dart';
export 'package:flutter_custom_tabs_ios/src/messages.g.dart';
3 changes: 1 addition & 2 deletions flutter_custom_tabs_platform_interface/lib/src/types.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ import 'package:meta/meta.dart';
/// this class.
///
@immutable
class PlatformOptions {
}
class PlatformOptions {}

0 comments on commit 866ee01

Please sign in to comment.