Skip to content

Commit

Permalink
misc: add new line
Browse files Browse the repository at this point in the history
  • Loading branch information
dic1911 committed Nov 19, 2024
1 parent f755a97 commit 2800193
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ public static HashMap<Integer, ArrayList<String>> getStringsForSearch() {
}

public static String getNekoConfigValuesAsString() {
StringBuilder sb = new StringBuilder("\n\nNekoConfig:");
StringBuilder sb = new StringBuilder("\n\nNekoConfig:\n");
for (Field f : NekoConfig.class.getDeclaredFields()) {
if (f.getType() == ConfigItem.class && Modifier.isStatic(f.getModifiers())) {
try {
Expand Down

0 comments on commit 2800193

Please sign in to comment.