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

Commit 14c7ab4

Browse files
[housekeeping] Automated PR to fix formatting errors (#1894)
1 parent a1403de commit 14c7ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CommunityToolkit/Xamarin.CommunityToolkit/Views/MediaElement/iOS/MediaElementRenderer.ios.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ protected virtual void UpdateSource()
7575
else if (uriSource.Uri != null)
7676
{
7777
var nsUrl = NSUrl.FromString(uriSource.Uri.AbsoluteUri) ??
78-
throw new NullReferenceException("NSUrl is null");
78+
throw new NullReferenceException("NSUrl is null");
7979
asset = AVUrlAsset.Create(nsUrl);
8080
}
8181
else

0 commit comments

Comments
 (0)