Skip to content

Commit f84b78b

Browse files
DevSerendipityZabuzard
authored andcommitted
Improved the spacing a bit around the fields
1 parent 145ba7d commit f84b78b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

application/src/main/java/org/togetherjava/tjbot/commands/tags/TagsCommand.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@
3030
* </pre>
3131
*/
3232
public final class TagsCommand extends SlashCommandAdapter {
33+
3334
private static final Logger logger = LoggerFactory.getLogger(TagsCommand.class);
3435
private static final int MAX_TAGS_THRESHOLD_WARNING = 200;
36+
3537
private final TagSystem tagSystem;
3638

3739
/**

0 commit comments

Comments
 (0)