Skip to content

Commit 0e1892d

Browse files
committed
spotless
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
1 parent f941a0a commit 0e1892d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

bundles/org.openhab.core.model.sitemap/src/org/openhab/core/model/sitemap/formatting/SitemapIndentationInformation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ public class SitemapIndentationInformation implements IIndentationInformation {
77
public String getIndentString() {
88
return " "; // 2 spaces
99
}
10-
}
10+
}

bundles/org.openhab.core.model.sitemap/src/org/openhab/core/model/sitemap/internal/fileconverter/DslSitemapFileConverter.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,4 @@ public synchronized void generateFileFormat(OutputStream out, List<Sitemap> site
7070
}
7171
}
7272
}
73-
7473
}

0 commit comments

Comments
 (0)