From 86fe2cc404f6791fddd0ea2072367814740df9cd Mon Sep 17 00:00:00 2001 From: Zalim Bashorov Date: Mon, 16 Apr 2018 20:20:27 +0300 Subject: [PATCH] Minor: reformat DeprecatedSymbolUsageFixSpecialTest.kt --- .../idea/quickfix/DeprecatedSymbolUsageFixSpecialTest.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/idea/tests/org/jetbrains/kotlin/idea/quickfix/DeprecatedSymbolUsageFixSpecialTest.kt b/idea/tests/org/jetbrains/kotlin/idea/quickfix/DeprecatedSymbolUsageFixSpecialTest.kt index d663db58f3a..9939a9efbff 100644 --- a/idea/tests/org/jetbrains/kotlin/idea/quickfix/DeprecatedSymbolUsageFixSpecialTest.kt +++ b/idea/tests/org/jetbrains/kotlin/idea/quickfix/DeprecatedSymbolUsageFixSpecialTest.kt @@ -32,7 +32,8 @@ import org.junit.runner.RunWith @TestMetadata("idea/testData/quickfix.special") @TestDataPath("\$PROJECT_ROOT") -@RunWith(JUnit3RunnerWithInners::class) class DeprecatedSymbolUsageFixSpecialTest : KotlinLightCodeInsightFixtureTestCase() { +@RunWith(JUnit3RunnerWithInners::class) +class DeprecatedSymbolUsageFixSpecialTest : KotlinLightCodeInsightFixtureTestCase() { override fun getTestDataPath() = KotlinTestUtils.getHomeDirectory() override fun getProjectDescriptor() = ProjectDescriptorWithStdlibSources.INSTANCE