From a98e8f61c530cfcf45f3b5e87884c9c0a54958d1 Mon Sep 17 00:00:00 2001 From: MohamedRejeb Date: Thu, 10 Oct 2024 16:15:55 +0100 Subject: [PATCH] Apply spotless --- .../com/mohamedrejeb/compose/dnd/drag/CoreDraggableItem.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/compose-dnd/src/commonMain/kotlin/com/mohamedrejeb/compose/dnd/drag/CoreDraggableItem.kt b/compose-dnd/src/commonMain/kotlin/com/mohamedrejeb/compose/dnd/drag/CoreDraggableItem.kt index d196e70..e9dacfb 100644 --- a/compose-dnd/src/commonMain/kotlin/com/mohamedrejeb/compose/dnd/drag/CoreDraggableItem.kt +++ b/compose-dnd/src/commonMain/kotlin/com/mohamedrejeb/compose/dnd/drag/CoreDraggableItem.kt @@ -16,7 +16,6 @@ package com.mohamedrejeb.compose.dnd.drag import androidx.compose.animation.core.AnimationSpec -import androidx.compose.animation.core.SpringSpec import androidx.compose.foundation.layout.Box import androidx.compose.runtime.Composable import androidx.compose.runtime.DisposableEffect