Skip to content

Commit 0be03c9

Browse files
author
Hamed Soleimani
committed
fix detekt errors
1 parent 1a48ed1 commit 0be03c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/amazonq/codewhisperer/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/codewhisperer/codescan/CodeWhispererProjectCodeScanTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ class CodeWhispererProjectCodeScanTest : CodeWhispererCodeScanTestBase(PythonCod
373373

374374
// Adding gitignore file and gitignore file member for testing.
375375
// The tests include the markdown file but not these two files.
376-
projectRule.fixture.addFileToProject("${fileSeparator}.gitignore", "node_modules\n.idea\n.vscode\n.DS_Store").virtualFile
377-
projectRule.fixture.addFileToProject("${fileSeparator}.idea${fileSeparator}ref", "ref: refs/heads/main")
376+
projectRule.fixture.addFileToProject("$fileSeparator.gitignore", "node_modules\n.idea\n.vscode\n.DS_Store").virtualFile
377+
projectRule.fixture.addFileToProject("$fileSeparator.idea${fileSeparator}ref", "ref: refs/heads/main")
378378
}
379379
}

0 commit comments

Comments
 (0)