diff --git a/lib/runtime-core/src/error.rs b/lib/runtime-core/src/error.rs index fea5c1e2e..abc69cc5e 100644 --- a/lib/runtime-core/src/error.rs +++ b/lib/runtime-core/src/error.rs @@ -377,7 +377,7 @@ impl std::fmt::Display for Error { } Ok(()) } - }, + } Error::RuntimeError(err) => write!(f, "runtime error: {}", err), Error::ResolveError(err) => write!(f, "resolve error: {}", err), Error::CallError(err) => write!(f, "call error: {}", err),