diff --git a/unit-picker/src/main/kotlin/cc/unitmesh/pick/prompt/builder/RelatedCodeCompletionBuilder.kt b/unit-picker/src/main/kotlin/cc/unitmesh/pick/prompt/builder/RelatedCodeCompletionBuilder.kt index 25d1980b..45c96615 100644 --- a/unit-picker/src/main/kotlin/cc/unitmesh/pick/prompt/builder/RelatedCodeCompletionBuilder.kt +++ b/unit-picker/src/main/kotlin/cc/unitmesh/pick/prompt/builder/RelatedCodeCompletionBuilder.kt @@ -16,14 +16,14 @@ class RelatedCodeCompletionBuilder(val context: InstructionContext) : Instructio instruction, output = output, input = """ - | Compare this snippet: + |Compare this snippet: |```$language |$relatedCode |``` |Code: |```$language |$beforeCursorCode - |```""".trimIndent() + |```""".trimMargin() )) }