Skip to content

Commit 1cf4262

Browse files
runningcodeclaude
andcommitted
chore: Apply spotless formatting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 793a537 commit 1cf4262

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

plugin-build/src/main/kotlin/io/sentry/android/gradle/snapshot/SentrySnapshotPlugin.kt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import io.sentry.android.gradle.util.AgpVersions
77
import kotlin.jvm.java
88
import org.gradle.api.Plugin
99
import org.gradle.api.Project
10-
import org.gradle.api.tasks.testing.Test
1110

1211
class SentrySnapshotPlugin : Plugin<Project> {
1312

@@ -40,14 +39,17 @@ class SentrySnapshotPlugin : Plugin<Project> {
4039
configureTestTask { it.systemProperty("paparazzi.test.record", "true") }
4140
sources.java?.addGeneratedSourceDirectory(
4241
generateTask,
43-
GenerateSnapshotTestsTask::outputDir
42+
GenerateSnapshotTestsTask::outputDir,
4443
)
4544
}
4645
} else {
4746
@Suppress("DEPRECATION_ERROR")
4847
// `unitTest` is deprecated, the replacement above is complex
4948
variant.unitTest?.apply {
50-
sources.java?.addGeneratedSourceDirectory(generateTask, GenerateSnapshotTestsTask::outputDir)
49+
sources.java?.addGeneratedSourceDirectory(
50+
generateTask,
51+
GenerateSnapshotTestsTask::outputDir,
52+
)
5153
configureTestTask { it.systemProperty("paparazzi.test.record", "true") }
5254
}
5355
}

0 commit comments

Comments
 (0)