Skip to content

Commit

Permalink
linter cleanup 2
Browse files Browse the repository at this point in the history
  • Loading branch information
yezr committed Nov 11, 2024
1 parent d1c8ba8 commit 0f413ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ private void gatherCvrsForContest(List<CastVoteRecord> castVoteRecords, String c
}
}

if (matchedCvrFiles.size() == 0) {
if (matchedCvrFiles.isEmpty()) {
String errorMessage = "Error parsing Dominion cast vote records:"
+ " CvrExport.json file(s) not located";
throw new FileNotFoundException(errorMessage);
Expand Down

0 comments on commit 0f413ab

Please sign in to comment.