Skip to content

Commit 6b1bb89

Browse files
committed
ktlint
1 parent 9b182c0 commit 6b1bb89

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hll/dynamodb-mapper/dynamodb-mapper/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ if (project.NATIVE_ENABLED) {
7474
}
7575

7676
tasks.withType<KotlinCompilationTask<*>>().all {
77-
if(name != "kspCommonMainKotlinMetadata") {
77+
if (name != "kspCommonMainKotlinMetadata") {
7878
dependsOn("kspCommonMainKotlinMetadata")
7979
}
8080
}
8181

8282
tasks.withType<KspAATask>().configureEach {
83-
if(name != "kspCommonMainKotlinMetadata") {
83+
if (name != "kspCommonMainKotlinMetadata") {
8484
dependsOn("kspCommonMainKotlinMetadata")
8585
}
8686
}

hll/dynamodb-mapper/dynamodb-mapper/jvm/test/aws/sdk/kotlin/hll/dynamodbmapper/operations/ScanTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ import aws.sdk.kotlin.hll.dynamodbmapper.values.scalars.IntConverter
1414
import aws.sdk.kotlin.hll.dynamodbmapper.values.scalars.StringConverter
1515
import aws.sdk.kotlin.hll.dynamodbmapper.values.smithytypes.InstantConverter
1616
import aws.smithy.kotlin.runtime.time.Instant
17-
import kotlin.test.assertEquals
1817
import kotlinx.coroutines.flow.Flow
1918
import kotlinx.coroutines.flow.map
2019
import kotlinx.coroutines.flow.toSet
2120
import kotlinx.coroutines.test.runTest
21+
import kotlin.test.assertEquals
2222

2323
class ScanTest : DdbLocalTest() {
2424
companion object {

0 commit comments

Comments
 (0)