Reformat code

This commit is contained in:
AsamK 2023-06-05 19:30:18 +02:00
parent a96c4938b1
commit 4f8da7819e
4 changed files with 27 additions and 28 deletions

View file

@ -669,8 +669,7 @@ public class DbusManagerImpl implements Manager {
@Override
public boolean trustIdentityVerified(
final RecipientIdentifier.Single recipient,
final IdentityVerificationCode verificationCode
final RecipientIdentifier.Single recipient, final IdentityVerificationCode verificationCode
) {
throw new UnsupportedOperationException();
}