Skip to content

Commit

Permalink
chore: fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Jul 9, 2024
1 parent ed2a8ef commit 9444662
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,8 @@ public Collection<DefCveItem> next() {

private Collection<DefCveItem> _next(int retryCount) {
if (retryCount > 5) {
throw new NvdApiRetryExceededException("NVD Update Failed: attempted to retrieve data from the NVD unsuccessfully five times.");
throw new NvdApiRetryExceededException(
"NVD Update Failed: attempted to retrieve data from the NVD unsuccessfully five times.");
}
if (firstCall) {
futures.add(callApi(0, 0));
Expand Down

0 comments on commit 9444662

Please sign in to comment.