From 7cc331f2199173dfcec34dd4e34f83b10ae0beb6 Mon Sep 17 00:00:00 2001 From: collin Date: Fri, 5 Mar 2021 16:11:39 -0800 Subject: [PATCH] fix formatting error --- ast/src/errors/error.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ast/src/errors/error.rs b/ast/src/errors/error.rs index 28b7d48f72..1f029866aa 100644 --- a/ast/src/errors/error.rs +++ b/ast/src/errors/error.rs @@ -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, @@ -132,7 +132,7 @@ impl fmt::Display for FormattedError { write!( f, - "{indent } | {underline}\n\ + "{indent } | {underline}\n\ {indent } |\n\ {indent } = {message}", indent = INDENT,