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

Reviewed By: zertosh

Differential Revision: D34412756

fbshipit-source-id: da7424025c1d9b82b1f56a030f6b31ba08dd7b8b
This commit is contained in:
CodemodService FBSourceGoogleJavaFormatLinterBot 2022-02-23 01:34:29 -08:00 committed by Facebook GitHub Bot
parent 94211fe1f0
commit 736159d415
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;
}
}
}