Adds style cop (#109)
This commit is contained in:
parent
3e715bcb60
commit
556a17aba8
1725 changed files with 33831 additions and 38046 deletions
|
|
@ -36,7 +36,7 @@ namespace Server
|
|||
|
||||
if (!File.Exists(path))
|
||||
{
|
||||
m_Table = new int[0];
|
||||
m_Table = System.Array.Empty<int>();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
@ -72,4 +72,4 @@ namespace Server
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue