Skip to content

Commit 20f4041

Browse files
committed
Tabs to spaces
1 parent 6ebf51f commit 20f4041

File tree

1 file changed

+1
-1
lines changed
  • Src/EngineIoClientDotNet.mono/Modules

1 file changed

+1
-1
lines changed

Src/EngineIoClientDotNet.mono/Modules/Global.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([CallerMemberName]string caller = "", [CallerLineNumber]int number = 0, [CallerFilePath]string path = "")

0 commit comments

Comments
 (0)