mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-30 11:00:38 +00:00
Fix formatting
This commit is contained in:
parent
2c86b0bd9a
commit
1781984221
6 changed files with 10 additions and 8 deletions
|
@ -69,7 +69,7 @@ class JsonIdentityKeyStore implements IdentityKeyStore {
|
|||
String trustedKeyName = trustedKey.get("name").asText();
|
||||
try {
|
||||
trustedKeyMap.put(trustedKeyName, new IdentityKey(Base64.decode(trustedKey.get("identityKey").asText()), 0));
|
||||
} catch (InvalidKeyException | IOException e) {
|
||||
} catch (InvalidKeyException | IOException e) {
|
||||
System.out.println(String.format("Error while decoding key for: %s", trustedKeyName));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue