Skip to content

Commit baf800b

Browse files
author
David Hasani
committed
fix detekt
1 parent 55a1cee commit baf800b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ui-tests-starter/tst/software/aws/toolkits/jetbrains/uitests/TransformChatTest.kt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import java.nio.file.Paths
2626

2727
class TransformChatTest {
2828

29-
private val transformHappyPathScript = """
29+
private val transformHappyPathScript = """
3030
const puppeteer = require('puppeteer');
3131
async function testNavigation() {
3232
const browser = await puppeteer.connect({
@@ -89,8 +89,7 @@ async function testNavigation() {
8989
await browser.close()
9090
}
9191
}
92-
testNavigation().catch(console.error)
93-
""".trimIndent()
92+
testNavigation().catch(console.error)""".trimIndent()
9493

9594
init {
9695
di = DI {

0 commit comments

Comments
 (0)