Skip to content

Commit 0aa93f7

Browse files
committed
ktlint
1 parent 9e09404 commit 0aa93f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/auth/aws-signing-default/common/test/aws/smithy/kotlin/runtime/auth/awssigning/SigV4aSignatureCalculatorTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class SigV4aSignatureCalculatorTest {
116116
private suspend fun String.fileContents(path: String): String = checkNotNull(
117117
PlatformProvider.System.readFileOrNull(this + path)
118118
?.decodeToString()
119-
?.replace("\\r\\n", "\\n")
119+
?.replace("\\r\\n", "\\n"),
120120
) {
121121
"Unable to read contents at ${this + path}"
122122
}

0 commit comments

Comments
 (0)