docs: Fix markdown list item spacing in codex-rs/core/review_prompt.md (#4144)

Fixes a Markdown parsing issue where a list item used `*` without a
following space (`*Line ranges ...`). Per CommonMark, a space after the
list marker is required. Updated to `* Line ranges ...` so the guideline
renders as a standalone bullet. This change improves readability and
prevents mis-parsing in renderers.

Co-authored-by: Eric Traut <etraut@openai.com>
This commit is contained in:
Jack
2025-10-31 08:39:21 +08:00
committed by GitHub
parent dcf73970d2
commit f842849bec