Skip to content

Commit

Permalink
Formatting tweak: remove trailing space in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kettle11 committed Mar 23, 2024
1 parent b99c936 commit 29fcef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_render/src/renderer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ pub fn render_system(world: &mut World, state: &mut SystemState<Query<Entity, Wi
}

/// A wrapper to safely make `wgpu` types Send / Sync on web with atomics enabled.
/// On web with `atomics` enabled the inner value can only be accessed
/// On web with `atomics` enabled the inner value can only be accessed
/// or dropped on the `wgpu` thread or else a panic will occur.
/// On other platforms the wrapper simply contains the wrapped value.
#[cfg(not(all(target_arch = "wasm32", target_feature = "atomics")))]
Expand Down

0 comments on commit 29fcef3

Please sign in to comment.