fix formatting error

This commit is contained in:
collin 2021-03-05 16:11:39 -08:00
parent 76afaf6167
commit 7cc331f219

View File

@ -110,7 +110,7 @@ impl fmt::Display for FormattedError {
write!(
f,
"{indent }--> {path}{line_start}:{start}\n\
"{indent }--> {path} {line_start}:{start}\n\
{indent } |\n",
indent = INDENT,
path = path,