Skip to content

Commit b1c3b77

Browse files
committed
Add a comment that was dropped
1 parent 745e142 commit b1c3b77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public fun reprioritizeAuthOptions(authSchemePreference: List<AuthSchemeId>, aut
2222
}
2323
}
2424

25+
// add any remaining candidates that weren't in the preference list
2526
val nonPreferredAuthOptions = authOptions.filterNot { it in preferredAuthOptions }
2627

2728
return preferredAuthOptions + nonPreferredAuthOptions

0 commit comments

Comments
 (0)