Standardize on new lines at end of file.

This commit is contained in:
Andreas Schildbach 2019-01-07 22:38:59 +01:00
parent e4cc2c152d
commit f3355605c6
3 changed files with 3 additions and 3 deletions

View file

@ -36,4 +36,4 @@ compileJava {
test { test {
exclude 'de/schildbach/pte/live/**' exclude 'de/schildbach/pte/live/**'
} }

View file

@ -1040,4 +1040,4 @@ public abstract class AbstractHafasClientInterfaceProvider extends AbstractHafas
throw new RuntimeException(x); throw new RuntimeException(x);
} }
} }
} }

View file

@ -3015,4 +3015,4 @@ public abstract class AbstractHafasLegacyProvider extends AbstractHafasProvider
attrSet, comment); attrSet, comment);
} }
} }
} }