Revert "[ai-completion] LLM-16291: minor cleanup after merging completion in commit messages"

This reverts commit f76f866076e7f0dd99f24e260618b175c7ce310c.

GitOrigin-RevId: af8a7034a5690530691de80e043901d3976e8a1d
This commit is contained in:
Anton Pikhtin
2025-06-17 13:34:52 +02:00
committed by intellij-monorepo-bot
parent d3d1e1da8a
commit 04041503be

View File

@@ -351,7 +351,7 @@ internal class InlineCompletionSoftWrapManager private constructor(private val e
'\u2936' to '\u2937',
'\u21A9' to '\u21AA',
'\uE48B' to '\uE48C'
)
).map { it.first to it.second }
private val KEY = Key<InlineCompletionSoftWrapManager>("inline.completion.soft.wrap.manager")