Skip to content

Commit b068237

Browse files
committed
detekt errors fix.
1 parent d8a078d commit b068237

File tree

1 file changed

+3
-1
lines changed
  • plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqCodeTest/controller

1 file changed

+3
-1
lines changed

plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqCodeTest/controller/CodeTestChatController.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,9 @@ class CodeTestChatController(
241241
"language I support specialized unit test generation for at the moment.</b><br></span>The languages " +
242242
"I support now are Python and Java. I can still provide examples, instructions and code suggestions."
243243
} else {
244-
"<span style=\"color: #EE9D28;\">&#9888;<b> I can't generate tests for ${fileInfo.fileName} because it's outside the project directory.</b><br></span> I can still provide examples, instructions and code suggestions."
244+
"<span style=\"color: #EE9D28;\">&#9888;<b> I can't generate tests for ${fileInfo.fileName}" +
245+
" because it's outside the project directory.</b><br></span> " +
246+
"I can still provide examples, instructions and code suggestions."
245247
}
246248

247249
codeTestChatHelper.addNewMessage(

0 commit comments

Comments
 (0)