style: cleanup formatting

This commit is contained in:
Connor Tumbleson 2019-06-01 09:27:41 -04:00
parent 4a856b46c4
commit 5f43a1fbca
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75
2 changed files with 4 additions and 5 deletions

View File

@ -17,9 +17,7 @@
package brut.androlib.decode;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import java.io.File;
@ -44,6 +42,7 @@ import static org.junit.Assert.assertTrue;
*/
public class DecodeKotlinCoroutinesTest extends BaseTest {
private static String apk = "test-kotlin-coroutines.apk";
@BeforeClass
public static void beforeClass() throws Exception {
TestUtils.cleanFrameworkFile();