Skip to content

Commit

Permalink
lombok dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Dec 19, 2023
1 parent 66cc08d commit 157facf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/zenith/command/CommandOutputHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public void logMultiLineOutputToTerminal(CommandContext context) {
}

// intended for use in embed descriptions
public String whitelistEntriesToString(final List<WhitelistEntry> entries) {
public static String whitelistEntriesToString(final List<WhitelistEntry> entries) {
if (entries.isEmpty()) return "Empty";
var output = new StringBuilder();
for (int i = 0; i < entries.size(); i++) {
Expand Down

0 comments on commit 157facf

Please sign in to comment.