Skip to content

Commit

Permalink
fix: removed --> line
Browse files Browse the repository at this point in the history
  • Loading branch information
sauravpanda committed Jul 23, 2024
1 parent 0fb572c commit b1560ef
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 b1560ef

Please sign in to comment.