Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjmchugh authored and github-actions[bot] committed Jan 14, 2025
1 parent 6b3462e commit 2a0be80
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ public MetadataResource putResource(final ServiceContext context, final String m
try {
Files.copy(is, filePath, StandardCopyOption.REPLACE_EXISTING);
} catch (InputStreamLimitExceededException e) {
Files.deleteIfExists(filePath);
throw e;
Files.deleteIfExists(filePath);
throw e;
}
if (changeDate != null) {
IO.touch(filePath, FileTime.from(changeDate.getTime(), TimeUnit.MILLISECONDS));
Expand Down

0 comments on commit 2a0be80

Please sign in to comment.