Skip to content

Commit

Permalink
Cosmetic fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Apr 2, 2024
1 parent c0549b5 commit 641777c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ public List<String> call() throws Exception {
}
}).orElseThrow(() -> new IOException("Unable to read file: " + responseFile));
IOUtils.write(rs, s.getOutputStream());

}
return results;
}
Expand Down

0 comments on commit 641777c

Please sign in to comment.