mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-14 19:34:20 +01:00
Reformat files
This commit is contained in:
@@ -35,7 +35,9 @@ public class BlockCommand implements JsonRpcLocalCommand {
|
||||
|
||||
@Override
|
||||
public void handleCommand(
|
||||
final Namespace ns, final Manager m, final OutputWriter outputWriter
|
||||
final Namespace ns,
|
||||
final Manager m,
|
||||
final OutputWriter outputWriter
|
||||
) throws CommandException {
|
||||
final var contacts = ns.<String>getList("recipient");
|
||||
final var recipients = CommandUtil.getSingleRecipientIdentifiers(contacts, m.getSelfNumber());
|
||||
|
||||
Reference in New Issue
Block a user