From ecb899dfb276ee09bd558da3756efee626350eeb Mon Sep 17 00:00:00 2001 From: Shreyas Patil Date: Sun, 22 Sep 2024 14:12:47 +0530 Subject: [PATCH] Reformat with spotless --- .../src/main/java/dev/shreyaspatil/capturable/Capturable.kt | 3 +-- .../capturable/controller/CaptureControllerTest.kt | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/capturable/src/main/java/dev/shreyaspatil/capturable/Capturable.kt b/capturable/src/main/java/dev/shreyaspatil/capturable/Capturable.kt index 6e91ce9..c0d28b7 100644 --- a/capturable/src/main/java/dev/shreyaspatil/capturable/Capturable.kt +++ b/capturable/src/main/java/dev/shreyaspatil/capturable/Capturable.kt @@ -153,5 +153,4 @@ private class CapturableModifierNode( // draw the graphics layer on the visible canvas drawLayer(currentGraphicsLayer) } -} - +} \ No newline at end of file diff --git a/capturable/src/test/java/dev/shreyaspatil/capturable/controller/CaptureControllerTest.kt b/capturable/src/test/java/dev/shreyaspatil/capturable/controller/CaptureControllerTest.kt index e43dea5..4e62312 100644 --- a/capturable/src/test/java/dev/shreyaspatil/capturable/controller/CaptureControllerTest.kt +++ b/capturable/src/test/java/dev/shreyaspatil/capturable/controller/CaptureControllerTest.kt @@ -24,7 +24,6 @@ */ package dev.shreyaspatil.capturable.controller -import androidx.compose.ui.graphics.layer.GraphicsLayer import io.mockk.mockk import kotlinx.coroutines.CoroutineScope import kotlinx.coroutines.ExperimentalCoroutinesApi