Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
[housekeeping] Automated PR to fix formatting errors (#1894)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 2, 2022
1 parent a1403de commit 14c7ab4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ protected virtual void UpdateSource()
else if (uriSource.Uri != null)
{
var nsUrl = NSUrl.FromString(uriSource.Uri.AbsoluteUri) ??
throw new NullReferenceException("NSUrl is null");
throw new NullReferenceException("NSUrl is null");
asset = AVUrlAsset.Create(nsUrl);
}
else
Expand Down

0 comments on commit 14c7ab4

Please sign in to comment.