Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
cheedep committed Apr 6, 2018
1 parent 2eac2cf commit 0733d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amazon-cognito-identity-js/src/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default class Client {
return callback(error);
})
.catch(err => {
if(err){
if (err) {
return callback(err);
}
// Taken from aws-sdk-js/lib/protocol/json.js
Expand Down

0 comments on commit 0733d80

Please sign in to comment.