Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Commit

Permalink
style: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLaw committed Aug 10, 2021
1 parent 83fd5e7 commit f1cbd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catapult-sdk/src/utils/convert.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ const convert = {
throw Error(`input '${input}' is out of range`);

return (input & 0xFFFFFFFF) >>> 0;
},
}
};

module.exports = convert;

0 comments on commit f1cbd39

Please sign in to comment.