Skip to content

Commit bce95db

Browse files
committed
ktlint
1 parent d01e02f commit bce95db

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

runtime/auth/http-auth-aws/common/src/aws/smithy/kotlin/runtime/http/auth/EndpointAuth.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ package aws.smithy.kotlin.runtime.http.auth
66

77
import aws.smithy.kotlin.runtime.InternalApi
88
import aws.smithy.kotlin.runtime.auth.AuthOption
9-
import aws.smithy.kotlin.runtime.auth.AuthSchemeId
109
import aws.smithy.kotlin.runtime.collections.merge
1110
import aws.smithy.kotlin.runtime.collections.toMutableAttributes
1211

runtime/auth/http-auth/common/src/aws/smithy/kotlin/runtime/http/auth/ReprioritizeAuthOptions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ public fun reprioritizeAuthOptions(authSchemePreference: List<AuthSchemeId>, aut
2626
val nonPreferredAuthOptions = authOptions.filterNot { it in preferredAuthOptions }
2727

2828
return preferredAuthOptions + nonPreferredAuthOptions
29-
}
29+
}

runtime/auth/http-auth/common/test/aws/smithy/kotlin/runtime/http/auth/ReprioritizeAuthOptionsTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ class ReprioritizeAuthOptionsTest {
7676

7777
assertEquals(expected, reprioritizeAuthOptions(preference, authOptions))
7878
}
79-
}
79+
}

0 commit comments

Comments
 (0)