Skip to content

Commit

Permalink
feat: make java simliar chunk works
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Jul 20, 2023
1 parent fb7c687 commit 174afea
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -40,7 +40,7 @@ class SimilarChunkContext(val language: Language, val paths: List<String>?, val
if (commentSymbol == null) return code

return code.split("\n").joinToString("\n") {
"$commentSymbol $commentSymbol"
"$commentSymbol $it"
}
}
}

0 comments on commit 174afea

Please sign in to comment.