Skip to content

Commit 5745989

Browse files
committed
Refactor
1 parent d0e4dac commit 5745989

File tree

1 file changed

+1
-1
lines changed
  • plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqFeatureDev/session

1 file changed

+1
-1
lines changed

plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqFeatureDev/session/Session.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ class Session(val tabID: String, val project: Project) {
201201
resolveAndDeleteFile(selectedSourceFolder, it.zipFilePath)
202202
it.changeApplied = true
203203
}
204-
}
204+
}
205205

206206
suspend fun disableFileList(
207207
filePaths: List<NewFileZipInfo>,

0 commit comments

Comments
 (0)