Fix missing newline in generated config output
- Added a newline after appending the formatted string in `ConfigProvider.java`.
This commit is contained in:
parent
0e0d70a2e6
commit
e6a6314f6b
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ public class ConfigProvider implements SimpleConfig.DefaultConfig {
|
||||||
contents += String.format("""
|
contents += String.format("""
|
||||||
# %s
|
# %s
|
||||||
%s = %s
|
%s = %s
|
||||||
|
|
||||||
""", comment, key, value);
|
""", comment, key, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue