mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-03 20:50:38 +00:00
Fix formatting
This commit is contained in:
parent
2c86b0bd9a
commit
1781984221
6 changed files with 10 additions and 8 deletions
|
@ -83,7 +83,7 @@ class JsonSignedPreKeyStore implements SignedPreKeyStore {
|
|||
Integer preKeyId = preKey.get("id").asInt();
|
||||
try {
|
||||
preKeyMap.put(preKeyId, Base64.decode(preKey.get("record").asText()));
|
||||
} catch (IOException e) {
|
||||
} catch (IOException e) {
|
||||
System.out.println(String.format("Error while decoding prekey for: %s", preKeyId));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue