From 3b1b4875f1bc3ea4f7c4e0bc2cdc1fdc0f1fcda2 Mon Sep 17 00:00:00 2001 From: CodemodService FBSourceGoogleJavaFormatLinterBot <> Date: Wed, 23 Feb 2022 01:34:29 -0800 Subject: [PATCH] [AutoAccept][Codemod][FBSourceGoogleJavaFormatLinter] Daily `arc lint --take GOOGLEJAVAFORMAT` Reviewed By: zertosh Differential Revision: D34412756 fbshipit-source-id: da7424025c1d9b82b1f56a030f6b31ba08dd7b8b (cherry picked from commit 736159d4155b9e763da68b6ff63c3190f9d32f20) --- .../java/org/pytorch/PytorchInstrumentedTests.java | 1 - .../java/org/pytorch/PytorchLiteInstrumentedTests.java | 6 +----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/android/pytorch_android/src/androidTest/java/org/pytorch/PytorchInstrumentedTests.java b/android/pytorch_android/src/androidTest/java/org/pytorch/PytorchInstrumentedTests.java index 45084a69bb2..20c30d1587c 100644 --- a/android/pytorch_android/src/androidTest/java/org/pytorch/PytorchInstrumentedTests.java +++ b/android/pytorch_android/src/androidTest/java/org/pytorch/PytorchInstrumentedTests.java @@ -39,5 +39,4 @@ public class PytorchInstrumentedTests extends PytorchTestBase { throw e; } } - } diff --git a/android/pytorch_android/src/androidTest/java/org/pytorch/PytorchLiteInstrumentedTests.java b/android/pytorch_android/src/androidTest/java/org/pytorch/PytorchLiteInstrumentedTests.java index 7e3dff3e771..bc62270a6fa 100644 --- a/android/pytorch_android/src/androidTest/java/org/pytorch/PytorchLiteInstrumentedTests.java +++ b/android/pytorch_android/src/androidTest/java/org/pytorch/PytorchLiteInstrumentedTests.java @@ -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; } } - }