Skip to content

Commit 1b8cef8

Browse files
fix warning
1 parent 318acb6 commit 1b8cef8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

llvm/utils/git/code-format-helper.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,11 @@ def pr_comment_text_for_diff(self, diff: str) -> str:
9292
{self.instructions}
9393
``````````
9494
95-
> [!WARNING]
96-
> The reproduction instructions above might return results for more than one PR
97-
> a stack if you are using a stacked PR workflow. You can limit the results by
98-
> changing `origin/main` to the base branch/commit you want to compare against.
95+
:warning:
96+
The reproduction instructions above might return results for more than one PR
97+
a stack if you are using a stacked PR workflow. You can limit the results by
98+
changing `origin/main` to the base branch/commit you want to compare against.
99+
:warning:
99100
100101
</details>
101102

0 commit comments

Comments
 (0)