diff --git a/lint/src/test/kotlin/com/google/samples/apps/nowinandroid/lint/designsystem/DesignSystemDetectorTest.kt b/lint/src/test/kotlin/com/google/samples/apps/nowinandroid/lint/designsystem/DesignSystemDetectorTest.kt index 6ea55c7e9..188a52ee0 100644 --- a/lint/src/test/kotlin/com/google/samples/apps/nowinandroid/lint/designsystem/DesignSystemDetectorTest.kt +++ b/lint/src/test/kotlin/com/google/samples/apps/nowinandroid/lint/designsystem/DesignSystemDetectorTest.kt @@ -34,6 +34,7 @@ class DesignSystemDetectorTest { .files( COMPOSABLE_STUB, STUBS, + @Suppress("LintImplTrimIndent") kotlin( """ |import androidx.compose.runtime.Composable @@ -121,6 +122,7 @@ class DesignSystemDetectorTest { .files( COMPOSABLE_STUB, STUBS, + @Suppress("LintImplTrimIndent") kotlin( """ |fun main() {