Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Feb 25, 2019
1 parent ed70613 commit f9c0e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runtime-core/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit f9c0e0c

Please sign in to comment.