Skip to content

Commit 42a5814

Browse files
runningcodeclaude
andcommitted
style(snapshots): Apply spotless formatting to SnapshotPreviewsExtension
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 4d41e2e commit 42a5814

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

plugin-build/src/main/kotlin/io/sentry/android/gradle/extensions/SnapshotPreviewsExtension.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ import org.jetbrains.annotations.ApiStatus
88
@ApiStatus.Experimental
99
open class SnapshotPreviewsExtension @Inject constructor(objects: ObjectFactory) {
1010

11-
val generateTests: Property<Boolean> =
12-
objects.property(Boolean::class.java).convention(true)
11+
val generateTests: Property<Boolean> = objects.property(Boolean::class.java).convention(true)
1312

1413
val includePrivatePreviews: Property<Boolean> =
1514
objects.property(Boolean::class.java).convention(true)

0 commit comments

Comments
 (0)