Add missing semicolon

This commit is contained in:
ahatius 2023-12-04 19:33:58 +01:00 committed by GitHub
parent 854116ecaa
commit 365b8ed120
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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");
}
}