about summary refs log tree commit diff
path: root/src/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.rs')
-rw-r--r--src/error.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/error.rs b/src/error.rs
index 7493681..227a4b0 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -1,6 +1,7 @@
 use crate::{interpret::walker::WalkerError, lex::token::Location, parse::parser::ParserError};
 use colored::Colorize;
 use std::fmt::Display;
+
 pub struct RHError {
     pub at: ErrorLocation,
     pub kind: RHErrorKind,