Skip to content
Merged
Prev Previous commit
Next Next commit
fix: format
  • Loading branch information
StanleyCocos committed Feb 7, 2025
commit 13e30582fe066fe7adb8d295b23b096078ff66cf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ final class URLLaunchSession: NSObject, SFSafariViewControllerDelegate {
} else {
completion(.success(.failedToLoad))
}
isLoadCompleted = didLoadSuccessfully;
isLoadCompleted = didLoadSuccessfully
}

/// Called when the user finishes using the Safari view controller.
Expand Down