Skip to content

Commit 73ae2a9

Browse files
Fix syntax error made while resolving conflict
1 parent d9a55c1 commit 73ae2a9

File tree

1 file changed

+1
-1
lines changed
  • application/src/main/java/org/togetherjava/tjbot/config

1 file changed

+1
-1
lines changed

application/src/main/java/org/togetherjava/tjbot/config/Config.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ public JShellConfig getJshell() {
356356
}
357357

358358
/**
359-
360359
* Gets the config for the Starboard Contains the List of emoji names recognized by the
361360
* starboard as well as the name of the channel with the starboard.
362361
*
@@ -365,6 +364,7 @@ public JShellConfig getJshell() {
365364
public StarboardConfig getStarboard() {
366365
return starboard;
367366

367+
/**
368368
* Gets the config for automatic pruning of helper roles.
369369
*
370370
* @return the configuration

0 commit comments

Comments
 (0)