Merge commit '9b75402fd752653f27158f1c1775a062672c7b27'
authorNiki Roo <niki@nikiroo.be>
Tue, 5 May 2020 16:33:25 +0000 (18:33 +0200)
committerNiki Roo <niki@nikiroo.be>
Tue, 5 May 2020 16:33:25 +0000 (18:33 +0200)
bundles/Config.java

index 587851a2a00c6163cf5a8ff1eb93500bc09db03d..3af83c1d0ff995ecff9140723fd749f8c51449d4 100644 (file)
@@ -16,7 +16,6 @@ public enum Config {
        @Meta(description = "The language to use for in the program (example: en-GB, fr-BE...) or nothing for default system language (can be overwritten with the variable $LANG)",//
        format = Format.LOCALE, list = { "en-GB", "fr-BE" })
        LANG, //
-
        @Meta(description = "File format options",//
        group = true)
        FILE_FORMAT, //