Code for the default value

This commit is contained in:
Marcin Grzejszczak
2020-11-16 14:14:49 +01:00
parent 09bc053a02
commit 80b1c9a661

View File

@@ -143,7 +143,7 @@ public class Main {
}
public String toString() {
return "|" + name + " | " + defaultValue + " | " + description;
return "|" + name + " | `" + defaultValue + "` | " + description;
}
}