mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 16:24:24 +00:00
chore: run rustfmt
in naga
This commit is contained in:
parent
adf1e3b6c5
commit
c2058487ca
@ -1144,7 +1144,12 @@ impl<'a> ConstantEvaluator<'a> {
|
||||
return self.cast(expr, target, span);
|
||||
};
|
||||
|
||||
let crate::TypeInner::Array { base: _, size, stride: _ } = self.types[ty].inner else {
|
||||
let crate::TypeInner::Array {
|
||||
base: _,
|
||||
size,
|
||||
stride: _,
|
||||
} = self.types[ty].inner
|
||||
else {
|
||||
return self.cast(expr, target, span);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user