Skip to content

Commit 131f62f

Browse files
committed
reformat
1 parent f0e60d0 commit 131f62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/generative-ai.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ Anti-patterns
3030
- While AI-assisted tools such as autocompletion can enhance productivity, they sometimes rewrite entire code blocks instead of making small, focused edits.
3131
This can make it more difficult to review changes and to fully understand both the original intent of the code and the rationale behind the new modifications.
3232
Maintaining consistency with the original code helps preserve clarity, traceability, and meaningful reviews and also helps us avoid unnecessary code churn.
33-
- Sometimes AI assisted tools make failing unit tests pass by altering or bypassing the tests rather than addressing the underlying problem in the code.
33+
- Sometimes AI assisted tools make failing unit tests pass by altering or bypassing the tests rather than addressing the underlying problem in the code.
3434
Such changes do not represent a real fix and should be avoided.

0 commit comments

Comments
 (0)