Count not Count()

This commit is contained in:
Matt Nadareski
2024-10-27 20:24:24 -04:00
parent 13f5b4f79b
commit c9ee45c1d2

View File

@@ -133,7 +133,7 @@ namespace BinaryObjectScanner.Protection
})
.OrderBy(f => f)
.ToList();
if (lightFiles.Count() > 0)
if (lightFiles.Count > 0)
break;
}