From a2123b7a5d5e0aee38d06f63d4a65e4078698037 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 25 Apr 2023 01:13:13 +0530 Subject: [PATCH] chore: remove unnecessary suppress --- .../msfjarvis/claw/common/ui/preview/PreviewAnnotations.kt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/common/src/main/kotlin/dev/msfjarvis/claw/common/ui/preview/PreviewAnnotations.kt b/common/src/main/kotlin/dev/msfjarvis/claw/common/ui/preview/PreviewAnnotations.kt index 3a1dcdb9..2619dd27 100644 --- a/common/src/main/kotlin/dev/msfjarvis/claw/common/ui/preview/PreviewAnnotations.kt +++ b/common/src/main/kotlin/dev/msfjarvis/claw/common/ui/preview/PreviewAnnotations.kt @@ -1,11 +1,9 @@ /* - * Copyright © 2022 Harsh Shandilya. + * Copyright © 2022-2023 Harsh Shandilya. * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at * https://opensource.org/licenses/MIT. */ -@file:Suppress("NON_SOURCE_REPEATED_ANNOTATION") // IDE false-positive - package dev.msfjarvis.claw.common.ui.preview import android.content.res.Configuration