Skip to content

Commit b8ba5a0

Browse files
runningcodeclaude
andauthored
style: Apply spotless formatting to settings.gradle.kts (#1388)
Running `./gradlew spotlessApply` adds a blank line between the isDependencyResolutionRun declaration and the following if block, so spotlessCheck was failing on main. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
1 parent 138ea84 commit b8ba5a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

settings.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ val isDependencyResolutionRun =
4646
startParameter.lockedDependenciesToUpdate.isNotEmpty() ||
4747
startParameter.dependencyVerificationMode ==
4848
org.gradle.api.artifacts.verification.DependencyVerificationMode.LENIENT
49+
4950
if (!isDependencyResolutionRun) {
5051
include(":examples:android-ndk")
5152
}

0 commit comments

Comments
 (0)