Skip to content

Commit 1cc05b1

Browse files
committed
Ktlint
1 parent b5a4a38 commit 1cc05b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/protocol/http-client/common/src/aws/smithy/kotlin/runtime/http/operation/SdkOperationExecution.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,4 +419,4 @@ private class InterceptorTransmitMiddleware<I, O>(
419419
* Emits an [Identity]'s attributes [BusinessMetrics] into an [ExecutionContext]
420420
*/
421421
private fun emitIdentityBusinessMetrics(identity: Identity, context: ExecutionContext) =
422-
identity.attributes.getOrNull(BusinessMetrics)?.toList()?.reversed()?.forEach(context::emitBusinessMetric)
422+
identity.attributes.getOrNull(BusinessMetrics)?.toList()?.reversed()?.forEach(context::emitBusinessMetric)

0 commit comments

Comments
 (0)