Skip to content

Commit 26dc485

Browse files
author
Daman Arora
committed
removed trailing whitespace
1 parent 4a64828 commit 26dc485

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

core/src/main/java/com/cloud/storage/template/S3TemplateDownloader.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,12 +218,10 @@ public void progressChanged(ProgressEvent progressEvent) {
218218
} catch (InterruptedException e) {
219219
errorString = "Interruption occurred while waiting for upload of " + downloadUrl + " to complete";
220220
logger.warn(errorString);
221-
222221
status = Status.UNRECOVERABLE_ERROR;
223222
} catch (Exception e) {
224223
errorString = "S3 upload failed for " + downloadUrl + ": " + e.getMessage();
225224
logger.warn(errorString, e);
226-
227225
status = Status.UNRECOVERABLE_ERROR;
228226
}
229227

0 commit comments

Comments
 (0)