Skip to content

Commit 2ba7e00

Browse files
committed
ktlint
1 parent 26e6b66 commit 2ba7e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-runtime/aws-http/common/src/aws/sdk/kotlin/runtime/http/interceptors/businessmetrics/AwsBusinessMetricsUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ internal fun formatMetrics(metrics: MutableSet<BusinessMetric>, logger: Logger):
1919
if (it.identifier.length > 2) {
2020
logger.warn {
2121
"Business metric '${it.identifier}' will be skipped due to length being > 2. " +
22-
"This is likely a bug. Please raise an issue at https://github.com/awslabs/aws-sdk-kotlin/issues/new/choose"
22+
"This is likely a bug. Please raise an issue at https://github.com/awslabs/aws-sdk-kotlin/issues/new/choose"
2323
}
2424
false
2525
} else {

0 commit comments

Comments
 (0)