mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-12-09 21:16:43 -05:00
fix clippy issue
This commit is contained in:
parent
1feffe7377
commit
d33cb9e213
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ fn map_js_error_generic<M: ToString>(message: M) -> impl FnOnce(JsValue) -> Veil
|
|||
VeilidAPIError::generic(format!(
|
||||
"{}: {}",
|
||||
message.to_string(),
|
||||
map_jsvalue_error(x).to_string()
|
||||
map_jsvalue_error(x)
|
||||
))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue