mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Convert local variable or field into constant.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user