formatting in module class

This commit is contained in:
Bella 2020-03-01 20:51:01 -05:00
parent a004e799f7
commit 9daaa665f0
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ public class Module {
public String getChatName() {
return "[" + name.getValue() + "] ";
}
public String getDescription() {
return description;
}