Skip to content

Commit 6aa0d68

Browse files
committed
ktlint
1 parent f1ca96b commit 6aa0d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hll/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ val projectsToIgnore = listOf(
102102
"dynamodb-mapper-codegen",
103103
"dynamodb-mapper-ops-codegen",
104104
"dynamodb-mapper-schema-codegen",
105-
"dynamodb-mapper-schema-generator-plugin-test"
105+
"dynamodb-mapper-schema-generator-plugin-test",
106106
).filter { it in subprojects.map { it.name }.toSet() } // Some projects may not be in the build depending on bootstrapping
107107

108108
apiValidation {

0 commit comments

Comments
 (0)