Skip to content

Commit ca25084

Browse files
committed
Remove bang
1 parent c816827 commit ca25084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webview_flutter/webview_flutter_wkwebview/darwin/webview_flutter_wkwebview/Sources/webview_flutter_wkwebview/HTTPCookieProxyAPIDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class HTTPCookieProxyAPIDelegate: PigeonApiDelegateHTTPCookie {
1414
) throws -> HTTPCookie {
1515
let registrar = pigeonApi.pigeonRegistrar as! ProxyAPIRegistrar
1616

17-
let keyValueTuples = try! properties.map {
17+
let keyValueTuples = try properties.map {
1818
key, value in
1919

2020
let newKey: HTTPCookiePropertyKey

0 commit comments

Comments
 (0)