Skip to content

Commit c057ab7

Browse files
committed
detekt
1 parent 80350e0 commit c057ab7

File tree

1 file changed

+3
-2
lines changed
  • plugins/amazonq/shared/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/amazonq/lsp/encryption

1 file changed

+3
-2
lines changed

plugins/amazonq/shared/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/amazonq/lsp/encryption/JwtEncryptionManagerTest.kt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@ class JwtEncryptionManagerTest {
4747
// https://github.com/aws/language-server-runtimes/blob/4d7f81295dc12b59ed2e1c0ebaedb85ccb86cf76/runtimes/README.md#encryption
4848
.endsWith("\n")
4949
// language=JSON
50-
.isEqualTo("""
50+
.isEqualTo(
51+
"""
5152
|{"version":"1.0","mode":"JWT","key":"3q2-796tvu_erb7v3q2-796tvu_erb7v3q2-796tvu8"}
5253
|
53-
""".trimMargin()
54+
""".trimMargin()
5455
)
5556
}
5657
}

0 commit comments

Comments
 (0)