Skip to content

Commit ac731a1

Browse files
committed
clippy
1 parent 0ada99d commit ac731a1

File tree

1 file changed

+1
-1
lines changed
  • crates/bevy_core_pipeline/src/contrast_adaptive_sharpening

1 file changed

+1
-1
lines changed

crates/bevy_core_pipeline/src/contrast_adaptive_sharpening/node.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ impl Node for ContrastAdaptiveSharpeningNode {
121121
.begin_render_pass(&pass_descriptor);
122122

123123
render_pass.set_pipeline(pipeline);
124-
render_pass.set_bind_group(0, &bind_group, &[]);
124+
render_pass.set_bind_group(0, bind_group, &[]);
125125
render_pass.draw(0..3, 0..1);
126126

127127
Ok(())

0 commit comments

Comments
 (0)