Skip to content

Commit fe9848a

Browse files
committed
Reformat to match existing whitespace
1 parent b2e7835 commit fe9848a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/main.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,9 @@ Lambda.prototype.deploy = function (program) {
246246
region: region
247247
};
248248

249-
if (program.sessionToken) {
249+
if (program.sessionToken){
250250
aws_security.sessionToken = program.sessionToken;
251-
}
252-
;
251+
};
253252

254253
aws.config.update(aws_security);
255254

0 commit comments

Comments
 (0)