mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Add missing semicolon
This commit is contained in:
parent
854116ecaa
commit
365b8ed120
1 changed files with 1 additions and 1 deletions
|
@ -1294,7 +1294,7 @@ public class ManagerImpl implements Manager {
|
|||
return trustIdentity(recipient,
|
||||
r -> context.getIdentityHelper().trustIdentityVerifiedSafetyNumber(r, safetyNumber.safetyNumber()));
|
||||
} else {
|
||||
throw new AssertionError("Invalid verification code type")
|
||||
throw new AssertionError("Invalid verification code type");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue