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/files/SimpleDirChooserUITest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/src/cgeo/geocaching/files/SimpleDirChooserUITest.java') diff --git a/tests/src/cgeo/geocaching/files/SimpleDirChooserUITest.java b/tests/src/cgeo/geocaching/files/SimpleDirChooserUITest.java index 2578efa..05b4ee1 100644 --- a/tests/src/cgeo/geocaching/files/SimpleDirChooserUITest.java +++ b/tests/src/cgeo/geocaching/files/SimpleDirChooserUITest.java @@ -11,7 +11,8 @@ import android.widget.CheckBox; import java.util.ArrayList; @TargetApi(Build.VERSION_CODES.FROYO) -@Suppress() /* This test breaks the continuous integration server, do not run it for now. */ +@Suppress() +/* This test breaks the continuous integration server, do not run it for now. */ public class SimpleDirChooserUITest extends ActivityInstrumentationTestCase2 { private Solo solo; -- cgit v1.1