]> nmode's Git Repositories - signal-cli/blobdiff - src/main/java/org/asamk/signal/commands/QuitGroupCommand.java
Implement setting group permissions
[signal-cli] / src / main / java / org / asamk / signal / commands / QuitGroupCommand.java
index e47728d5278f49e69c3778e4795c48dc1112d4ee..435d1896585e0a50991fa0c59d86731360e0252d 100644 (file)
@@ -33,7 +33,7 @@ public class QuitGroupCommand implements LocalCommand {
         try {
             groupId = Util.decodeGroupId(ns.getString("group"));
         } catch (GroupIdFormatException e) {
-            throw new UserErrorException("Invalid group id:" + e.getMessage());
+            throw new UserErrorException("Invalid group id: " + e.getMessage());
         }
 
         try {