From d2d92f04608e0877a648b08e36e8c6155a8947d3 Mon Sep 17 00:00:00 2001 From: Bananeweizen Date: Sun, 2 Jun 2013 14:28:35 +0200 Subject: refactoring: apply android formatter to all XML files * makes it easier to compare and find duplicate code --- tests/src/cgeo/geocaching/test/RegExRealPerformanceTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/src/cgeo/geocaching/test/RegExRealPerformanceTest.java') diff --git a/tests/src/cgeo/geocaching/test/RegExRealPerformanceTest.java b/tests/src/cgeo/geocaching/test/RegExRealPerformanceTest.java index 07c4c95..1793722 100644 --- a/tests/src/cgeo/geocaching/test/RegExRealPerformanceTest.java +++ b/tests/src/cgeo/geocaching/test/RegExRealPerformanceTest.java @@ -1,6 +1,5 @@ package cgeo.geocaching.test; - import cgeo.geocaching.utils.Log; import android.test.AndroidTestCase; @@ -10,7 +9,7 @@ import java.util.List; /** * Test class to compare the performance of two regular expressions on given data. * Can be used to improve the time needed to parse the cache data - * + * * @author blafoo */ public class RegExRealPerformanceTest extends AndroidTestCase { -- cgit v1.1