Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a73ed891 authored by Amit Kumar's avatar Amit Kumar
Browse files

Remove import order from spotless

parent 4f46fd66
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -44,7 +44,6 @@ import android.os.Bundle;
import android.os.UserManager;
import android.provider.MediaStore;
import android.support.annotation.Nullable;
import android.util.Log;

public class AppUtils {

+0 −2
Original line number Diff line number Diff line
@@ -33,8 +33,6 @@ subprojects {
    spotless {
        java {
            target '**/*.java'

            importOrder 'java', 'javax', 'org', 'com', 'com.diffplug', ''	// A sequence of package names
            removeUnusedImports() // removes any unused imports
        }
    }