mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
Fix formatting
This commit is contained in:
parent
ed706133c4
commit
f9c0e0c078
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user