From 72eadcf76937d743728d2e2017cfbd8642ea7aa4 Mon Sep 17 00:00:00 2001 From: generatedunixname89002005325672 Date: Fri, 9 Jun 2023 08:31:35 -0700 Subject: [PATCH] Daily `arc lint --take KTFMT` (#37803) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/37803 Reviewed By: bigfootjon Differential Revision: D46587932 fbshipit-source-id: acb9c4ba33cc980904996f4af54ed366abe66c70 --- .../facebook/react/animated/NativeAnimatedInterpolationTest.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/react-native/ReactAndroid/src/test/java/com/facebook/react/animated/NativeAnimatedInterpolationTest.kt b/packages/react-native/ReactAndroid/src/test/java/com/facebook/react/animated/NativeAnimatedInterpolationTest.kt index 0c131c7b04d..32355ae5fb6 100644 --- a/packages/react-native/ReactAndroid/src/test/java/com/facebook/react/animated/NativeAnimatedInterpolationTest.kt +++ b/packages/react-native/ReactAndroid/src/test/java/com/facebook/react/animated/NativeAnimatedInterpolationTest.kt @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. */ - package com.facebook.react.animated import org.assertj.core.api.Assertions.assertThat