Skip to content

Commit

Permalink
fix: added space
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzz committed Jul 6, 2022
1 parent 0abae0b commit 666e95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ContactBundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default class ContactBundle implements proto.ContactBundleV1 {
try {
return proto.PublicKeyBundle.decode(bytes)
} catch (e) {
throw new Error("Couldn't decode contact bundle:" + e)
throw new Error("Couldn't decode contact bundle: " + e)
}
}
}
Expand Down

0 comments on commit 666e95e

Please sign in to comment.