# HG changeset patch # User Tom Gottfried # Date 1451321551 -3600 # Node ID d8e3b20e2c93065eee064a8c707344e5bb63f620 # Parent 080ee1c73baba7bda1aa1210b6f283a277f1a5a7 Add missing newline at end of file. diff -r 080ee1c73bab -r d8e3b20e2c93 artifacts/src/main/java/org/dive4elements/river/themes/LineStyle.java --- a/artifacts/src/main/java/org/dive4elements/river/themes/LineStyle.java Thu Dec 24 19:05:21 2015 +0100 +++ b/artifacts/src/main/java/org/dive4elements/river/themes/LineStyle.java Mon Dec 28 17:52:31 2015 +0100 @@ -26,4 +26,4 @@ public Color getColor() { return lineColor; } -} \ No newline at end of file +}