Skip to content

Commit 48213e3

Browse files
committed
fmt
1 parent 3632bbf commit 48213e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_render/src/render_resource/bind_group.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ pub trait AsBindGroup {
598598
Self: Sized,
599599
{
600600
BindGroupLayoutDescriptor {
601-
#[expect(clippy::option_map_or_none, reason="TODO")]
601+
#[expect(clippy::option_map_or_none, reason = "TODO")]
602602
label: Self::label().map_or(None, |f| Some(f.into())),
603603
entries: Self::bind_group_layout_entries(render_device, false),
604604
}

0 commit comments

Comments
 (0)