From b2578b1736daab445ceb2bd4c485b03e2fd13bb7 Mon Sep 17 00:00:00 2001 From: "main()" Date: Sat, 28 Jan 2012 15:48:46 +0100 Subject: [PATCH] "No newline at end of file" deserves more than only an information. --- config/mv_checks.xml | 4 +--- .../onarandombox/MultiverseCore/api/LocationManipulation.java | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/config/mv_checks.xml b/config/mv_checks.xml index 30f45212..73be9841 100644 --- a/config/mv_checks.xml +++ b/config/mv_checks.xml @@ -13,9 +13,7 @@ - - - + diff --git a/src/main/java/com/onarandombox/MultiverseCore/api/LocationManipulation.java b/src/main/java/com/onarandombox/MultiverseCore/api/LocationManipulation.java index 38c5f3f9..e246c8da 100644 --- a/src/main/java/com/onarandombox/MultiverseCore/api/LocationManipulation.java +++ b/src/main/java/com/onarandombox/MultiverseCore/api/LocationManipulation.java @@ -96,4 +96,4 @@ public interface LocationManipulation { * @return The {@link Location} */ Location getNextBlock(Vehicle v); -} \ No newline at end of file +}