refactor: Add in keyword as need

This commit is contained in:
ChsBuffer
2020-10-17 17:18:40 +08:00
parent b54bc6fa40
commit f8299fb7be
23 changed files with 25 additions and 25 deletions

View File

@@ -17,7 +17,7 @@ namespace Netch.Servers.ShadowsocksR
public string ShortName { get; } = "SR";
public string[] UriScheme { get; } = {"ssr"};
public Server ParseJObject(JObject j)
public Server ParseJObject(in JObject j)
{
return j.ToObject<ShadowsocksR>();
}