Run cargo fmt

This commit is contained in:
Ashley Ruglys 2022-05-20 21:11:39 +02:00 committed by Dzmitry Malyshau
parent fea733f58e
commit 196c9981bc

View File

@ -1193,8 +1193,8 @@ impl Composition {
#[derive(Default)]
struct TypeAttributes {
// Although WGSL nas no type attributes at the moment, it had them in the past
// (`[[stride]]`) and may as well acquire some again in the future.
// Therefore, we are leaving the plumbing in for now.
// (`[[stride]]`) and may as well acquire some again in the future.
// Therefore, we are leaving the plumbing in for now.
}
#[derive(Clone, Debug, PartialEq)]