Skip to content

Commit

Permalink
Merge pull request #344 from Cloud-Code-AI/342-remove-arrow-sign-form…
Browse files Browse the repository at this point in the history
…-code-review-markdown-generation

fix: removed --> line
  • Loading branch information
sauravpanda authored Jul 23, 2024
2 parents 0fb572c + b1560ef commit 6925d43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kaizen/helpers/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

PR_COLLAPSIBLE_TEMPLATE = """
<details>
<summary> --> {comment}</summary> \n\n
<summary> {comment}</summary> \n\n
<strong> Potential Solution:</strong> \n\n{solution}
\n\n
<blockquote>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kaizen-cloudcode"
version = "0.3.11"
version = "0.3.12"
description = "An intelligent coding companion that accelerates your development workflow by providing efficient assistance, enabling you to craft high-quality code more rapidly."
authors = ["Saurav Panda <saurav.panda@cloudcode.ai>"]
license = "Apache2.0"
Expand Down

0 comments on commit 6925d43

Please sign in to comment.