Skip to content
Snippets Groups Projects
Commit 46a3aa82 authored by Leonard Kupper's avatar Leonard Kupper
Browse files

Fix missing linebreak.

parent bd7fe7a4
No related branches found
No related tags found
1 merge request!8Feat/rasterizer 10
......@@ -11,6 +11,7 @@ public enum SettingType {
CSV_LOCATION("csv-path"),
PRINTER_CONFIG_PATH("printer-config-path"),
SEMANTIC_MAPPING("semantic-mapping");
private final String mName;
SettingType(final String name) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment