From 196c9981bc41320d3169bcf6e3200cbbf6bc0e10 Mon Sep 17 00:00:00 2001 From: Ashley Ruglys Date: Fri, 20 May 2022 21:11:39 +0200 Subject: [PATCH] Run cargo fmt --- src/front/wgsl/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/front/wgsl/mod.rs b/src/front/wgsl/mod.rs index 7379b51fd6..94c3510d7f 100644 --- a/src/front/wgsl/mod.rs +++ b/src/front/wgsl/mod.rs @@ -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)]