Skip to content

Commit

Permalink
Fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuukis committed Jul 14, 2018
1 parent ccb617b commit c8d9c95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/hw-app-str/src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ export function hash(data: Buffer) {
}

export function checkStellarBip32Path(path: string): void {

path.split("/").forEach(function(element) {
if (!element.toString().endsWith("'")) {
throw new Error(
Expand Down

0 comments on commit c8d9c95

Please sign in to comment.