More resharper cleanup
This commit is contained in:
@@ -444,7 +444,7 @@ namespace Subsurface
|
||||
string randomLine = "";
|
||||
StreamReader file = new StreamReader(filePath);
|
||||
|
||||
var lines = File.ReadLines(filePath);
|
||||
var lines = File.ReadLines(filePath).ToList();
|
||||
int lineCount = lines.Count();
|
||||
|
||||
if (lineCount == 0)
|
||||
|
||||
Reference in New Issue
Block a user