diff --git a/arborist/qa/evidence.py b/arborist/qa/evidence.py index b865550..4b1b9d2 100644 --- a/arborist/qa/evidence.py +++ b/arborist/qa/evidence.py @@ -263,7 +263,7 @@ def render_claim_lattice( text = (c.get("text") or "").strip() if not text: continue - lines.append(f"- {text}") + lines.append(text) for eid in c.get("pointer_ids") or c.get("evidence_ids") or []: obj = by_id.get(eid) if obj is None: