Skip to content

Commit a4b2cf4

Browse files
committed
beautify
1 parent c0a711c commit a4b2cf4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/kotlin/de/deutscheki/jetbrainsminiagent/toolWindow/OfflineAiToolWindowFactory.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ class OfflineAiToolWindowFactory : ToolWindowFactory {
8383
fun replaceContentWith(data: Stream<SingleAiRequestResponse>) {
8484
removeAll()
8585
for (value in data) {
86-
val label = JTextPane();
87-
label.contentType = "text/html";
86+
val label = JTextPane()
87+
label.contentType = "text/html"
8888
label.isEditable = false
8989
label.isOpaque = true
9090

0 commit comments

Comments
 (0)