[AutoAccept][Codemod][FBSourceGoogleJavaFormatLinter] Daily arc lint --take GOOGLEJAVAFORMAT

Reviewed By: zertosh

Differential Revision: D34412756

fbshipit-source-id: da7424025c1d9b82b1f56a030f6b31ba08dd7b8b
(cherry picked from commit 736159d4155b9e763da68b6ff63c3190f9d32f20)
This commit is contained in:
CodemodService FBSourceGoogleJavaFormatLinterBot 2022-02-23 01:34:29 -08:00 committed by PyTorch MergeBot
parent bd4902d81f
commit 3b1b4875f1
2 changed files with 1 additions and 6 deletions

View file

@ -39,5 +39,4 @@ public class PytorchInstrumentedTests extends PytorchTestBase {
throw e;
}
}
}

View file

@ -1,17 +1,14 @@
package org.pytorch;
import android.content.Context;
import androidx.test.InstrumentationRegistry;
import androidx.test.runner.AndroidJUnit4;
import org.junit.runner.RunWith;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import org.junit.runner.RunWith;
@RunWith(AndroidJUnit4.class)
public class PytorchLiteInstrumentedTests extends PytorchTestBase {
@ -42,5 +39,4 @@ public class PytorchLiteInstrumentedTests extends PytorchTestBase {
throw e;
}
}
}