]> nmode's Git Repositories - signal-cli/blobdiff - src/main/java/org/asamk/signal/commands/DeleteLocalAccountDataCommand.java
Check if required quote-author parameter is missing
[signal-cli] / src / main / java / org / asamk / signal / commands / DeleteLocalAccountDataCommand.java
index 51c8582d0c74bf9be398acf93464de4f251f956a..71f8867cc2f740c8980748a5e0d80e930d6d031e 100644 (file)
@@ -60,7 +60,9 @@ public class DeleteLocalAccountDataCommand implements RegistrationCommand, JsonR
 
     @Override
     public void handleCommand(
-            Map<String, Object> request, RegistrationManager m, JsonWriter jsonWriter
+            Map<String, Object> request,
+            RegistrationManager m,
+            JsonWriter jsonWriter
     ) throws CommandException {
         Namespace commandNamespace = new JsonRpcNamespace(request == null ? Map.of() : request);
         handleCommand(commandNamespace, m);