mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-30 19:10:38 +00:00
Reformat files
This commit is contained in:
parent
3533500b73
commit
f2005593ec
148 changed files with 1056 additions and 578 deletions
|
@ -43,7 +43,9 @@ public class GetUserStatusCommand 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 {
|
||||
// Get a map of registration statuses
|
||||
Map<String, UserStatus> registered;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue