Skip to content

Commit

Permalink
weird formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bparrishMines committed Feb 28, 2025
1 parent 5f48fb3 commit 08dfa43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ extension WKFrameInfo {
//
// See https://github.com/flutter/flutter/issues/163549 and https://developer.apple.com/forums/thread/77888.
var maybeRequest: URLRequest? {
return self.perform(#selector(getter: WKFrameInfo.request))?.takeUnretainedValue()
return self.perform(#selector(getter:WKFrameInfo.request))?.takeUnretainedValue()
as! URLRequest?
}
}
Expand Down

0 comments on commit 08dfa43

Please sign in to comment.