Skip to content

Commit

Permalink
Count not Count()
Browse files Browse the repository at this point in the history
  • Loading branch information
mnadareski committed Oct 28, 2024
1 parent 13f5b4f commit c9ee45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BinaryObjectScanner/Protection/CopyX.cs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public ConcurrentQueue<string> CheckDirectoryPath(string path, IEnumerable<strin
})
.OrderBy(f => f)
.ToList();
if (lightFiles.Count() > 0)
if (lightFiles.Count > 0)
break;
}

Expand Down

0 comments on commit c9ee45c

Please sign in to comment.