Remove braces from one-line "for" loop
This commit is contained in:
parent
44992f3647
commit
f80e0fdedb
|
@ -20,9 +20,7 @@ namespace Warspear_Online_Extractor
|
|||
|
||||
System.Collections.Generic.List<Subfile> subfiles = new();
|
||||
for (int i = 0; i < count; i++)
|
||||
{
|
||||
subfiles.Add(new());
|
||||
}
|
||||
|
||||
string path = Path.GetDirectoryName(args[0]) + "//" + Path.GetFileNameWithoutExtension(args[0]) + "//";
|
||||
foreach (Subfile file in subfiles)
|
||||
|
|
Loading…
Reference in New Issue