1
mirror of https://github.com/CarmJos/UserPrefix.git synced 2026-06-05 00:35:02 +08:00

chore(cmd): 移除空行

This commit is contained in:
2022-08-11 18:22:57 +08:00
parent a8908b6dd4
commit dc14b0cd2e
@@ -23,11 +23,8 @@ public class ListCommand extends SubCommand {
value.getContent(), sender.getName() value.getContent(), sender.getName()
); );
} }
return null; return null;
} }
} }