Skip to content

Commit 581ba7e

Browse files
committed
formatting
1 parent b33f19a commit 581ba7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FlashpointSecurePlayer/Shared.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2075,6 +2075,7 @@ public static bool TestInternetURI(Uri uri) {
20752075

20762076
// the URI Scheme is always lowercase
20772077
string scheme = uri.Scheme;
2078+
20782079
return scheme.Equals(URI_SCHEME_HTTP, StringComparison.Ordinal)
20792080
|| scheme.Equals(URI_SCHEME_HTTPS, StringComparison.Ordinal)
20802081
|| scheme.Equals(URI_SCHEME_FTP, StringComparison.Ordinal);

0 commit comments

Comments
 (0)