Skip to content

Commit

Permalink
Merge pull request #11749 from qaiken/patch-1
Browse files Browse the repository at this point in the history
Place 1 space before the leading brace.
  • Loading branch information
stefanpenner committed Jul 15, 2015
2 parents f59d716 + 6f48215 commit 8547be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/s3ProjectConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function fileMap(revision,tag,date) {
};
};

function fileObject(baseName, extension, contentType, currentRevision, tag, date){
function fileObject(baseName, extension, contentType, currentRevision, tag, date) {
var fullName = "/" + baseName + extension;
var obj = {
contentType: contentType,
Expand Down

0 comments on commit 8547be0

Please sign in to comment.