Follow most of the guideline suggestions from VS2019 preview. Pretty good suggestions!

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon
2019-02-22 22:33:51 +00:00
parent 28b7a88f0f
commit 03caba99dc
16 changed files with 94 additions and 356 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ namespace EightBit
public void Tick(int extra)
{
for (int i = 0; i < extra; ++i)
for (var i = 0; i < extra; ++i)
{
this.Tick();
}