Skip to content

Commit cbdfb3f

Browse files
committed
ktlint
1 parent a5b1be0 commit cbdfb3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencyResolutionManagement {
2828

2929
// Set up aws-crt-kotlin as a composite build
3030
val localAwsCrtKotlin = file("../aws-crt-kotlin")
31-
if(localAwsCrtKotlin.exists()) {
31+
if (localAwsCrtKotlin.exists()) {
3232
println("Including aws-crt-kotlin as a composite build")
3333
includeBuild(localAwsCrtKotlin)
3434
}

0 commit comments

Comments
 (0)