Convert local variable or field into constant.

This commit is contained in:
2022-11-13 20:08:10 +00:00
parent f0bee36d9e
commit e449e53454
4 changed files with 31 additions and 27 deletions

View File

@@ -222,7 +222,7 @@ public static class CIS
var buffer = new List<byte>();
List<string> strings = null;
var firstString = false;
var secondString = false;
const bool secondString = false;
var tuple = new Level1VersionTuple
{