fix: add space after comma in hint

This commit is contained in:
Tobias Schmitz 2025-05-09 10:40:31 +02:00
parent bc0f08081e
commit 25b5249823
No known key found for this signature in database

View File

@ -682,7 +682,7 @@ fn visit_grouping_rules<'a>(
bail!(
content.span(),
"maximum realization iterations exceeded";
hint: "maybe there is a cycle between a show rule that produces content,\
hint: "maybe there is a cycle between a show rule that produces content, \
which is matched by a grouping rule that triggers the show rule",
);
}