Skip to content

Commit a48258a

Browse files
committed
Exchange tabs for spaces
1 parent 5638f6f commit a48258a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/java/com/amazonaws/codedeploy/AWSCodeDeployPublisher.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,11 +277,11 @@ private RevisionLocation zipAndUpload(AWSClients aws, String projectName, FilePa
277277
s3Location.setBundleType(BundleType.Zip);
278278
s3Location.setETag(s3result.getETag());
279279

280-
RevisionLocation revisionLocation = new RevisionLocation();
281-
revisionLocation.setRevisionType(RevisionLocationType.S3);
282-
revisionLocation.setS3Location(s3Location);
280+
RevisionLocation revisionLocation = new RevisionLocation();
281+
revisionLocation.setRevisionType(RevisionLocationType.S3);
282+
revisionLocation.setS3Location(s3Location);
283283

284-
return revisionLocation;
284+
return revisionLocation;
285285
} finally {
286286
zipFile.delete();
287287
}

0 commit comments

Comments
 (0)