Skip to content

Commit f3c6285

Browse files
committed
Tabs to spaces
1 parent 9eea9c0 commit f3c6285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/EngineIoClientDotNet.mono/Modules/Global_netcore45.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static string EncodeURIComponent(string str)
1919

2020
public static string DecodeURIComponent(string str)
2121
{
22-
return Uri.UnescapeDataString(str);
22+
return Uri.UnescapeDataString(str);
2323
}
2424

2525
public static string CallerName([CallerMemberName]string caller = "", [CallerLineNumber]int number = 0, [CallerFilePath]string path = "")

0 commit comments

Comments
 (0)