Skip to content

Commit 83fe668

Browse files
fix markdown code blocks
1 parent 187c9d2 commit 83fe668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

instructions/code-review-generic.instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,10 @@ stmt.setString(1, email);
265265
```
266266

267267
**Reference:** OWASP SQL Injection Prevention Cheat Sheet
268-
```
268+
````
269269

270270
#### Important Issue
271-
```markdown
271+
````markdown
272272
**🟡 IMPORTANT - Testing: Missing test coverage for critical path**
273273

274274
The `processPayment()` function handles financial transactions but has no tests

0 commit comments

Comments
 (0)