Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Elabajaba committed Mar 13, 2023
1 parent 067612c commit 8eb0436
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ impl Node for CASNode {
],
});

let (_, _, bind_group) = cached_bind_group.insert((uniforms_id, source.id(), bind_group));
let (_, _, bind_group) =
cached_bind_group.insert((uniforms_id, source.id(), bind_group));
bind_group
}
};
Expand Down

0 comments on commit 8eb0436

Please sign in to comment.