Skip to content

Commit c947ad0

Browse files
format
1 parent 18c3e04 commit c947ad0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/src/chrome_safari_browser/chrome_safari_browser.dart

+2-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ class ChromeSafariBrowser {
9494
assert(url.toString().isNotEmpty);
9595
this.throwIsAlreadyOpened(message: 'Cannot open $url!');
9696
if (!kIsWeb && defaultTargetPlatform == TargetPlatform.iOS) {
97-
assert(['http', 'https'].contains(url.scheme), 'The specified URL has an unsupported scheme. Only HTTP and HTTPS URLs are supported on iOS.');
97+
assert(['http', 'https'].contains(url.scheme),
98+
'The specified URL has an unsupported scheme. Only HTTP and HTTPS URLs are supported on iOS.');
9899
}
99100

100101
List<Map<String, dynamic>> menuItemList = [];

0 commit comments

Comments
 (0)