Skip to content

Commit 9eea9c0

Browse files
committed
Tabs to spaces
1 parent 20f4041 commit 9eea9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/EngineIoClientDotNet.mono/Modules/Global_net35.cs

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

1717
public static string DecodeURIComponent(string str)
1818
{
19-
return Uri.UnescapeDataString(str);
19+
return Uri.UnescapeDataString(str);
2020
}
2121

2222
public static string CallerName(string caller = "", int number = 0, string path = "")

0 commit comments

Comments
 (0)