Skip to content

Commit 4a0819f

Browse files
committed
Code Tidy
1 parent 1b75379 commit 4a0819f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utilities/iam-utils.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ class IAMUtils {
120120
//console.log('Resolving from new');
121121
IAMUtils.getNewIAMToken(key)
122122
.then((iamtoken) => {
123-
resolve(iamtoken)
123+
resolve(iamtoken);
124124
})
125125
.catch((err) => {
126-
reject(err)
127-
})
126+
reject(err);
127+
});
128128
});
129129
});
130130
return p;

0 commit comments

Comments
 (0)