mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-20 16:26:33 +00:00
Run rustfmt
This commit is contained in:
@ -585,11 +585,13 @@ impl<'src> FirstPassRecord<'src> {
|
||||
// otherwise be marked with catch).
|
||||
match ret_ty {
|
||||
IdlType::Nullable(_) => ret_ty,
|
||||
ref ty @ _ => if catch {
|
||||
ret_ty
|
||||
} else {
|
||||
IdlType::Nullable(Box::new(ty.clone()))
|
||||
},
|
||||
ref ty @ _ => {
|
||||
if catch {
|
||||
ret_ty
|
||||
} else {
|
||||
IdlType::Nullable(Box::new(ty.clone()))
|
||||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
ret_ty
|
||||
|
Reference in New Issue
Block a user