mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-30 02:50:39 +00:00
Reformat files
This commit is contained in:
parent
3533500b73
commit
f2005593ec
148 changed files with 1056 additions and 578 deletions
|
@ -33,7 +33,9 @@ public class FinishChangeNumberCommand 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 newNumber = ns.getString("number");
|
||||
final var verificationCode = ns.getString("verification-code");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue