Skip to content

Commit f60792e

Browse files
Fix kdoc format
1 parent 0bc3d7f commit f60792e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Jetsnack/app/src/main/java/com/example/jetsnack/ui/home/cart/SwipeDismissItem.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ import androidx.compose.ui.unit.Dp
3333

3434
@OptIn(ExperimentalAnimationApi::class, ExperimentalMaterialApi::class)
3535
@Composable
36-
/*Holds the Swipe to dismiss composable, its animation and the current state*/
36+
/**
37+
* Holds the Swipe to dismiss composable, its animation and the current state
38+
*/
3739
fun SwipeDismissItem(
3840
modifier: Modifier = Modifier,
3941
directions: Set<DismissDirection> = setOf(DismissDirection.EndToStart),

0 commit comments

Comments
 (0)