Skip to content

Commit 60b2205

Browse files
committed
run cargo fmt
1 parent 1aa7824 commit 60b2205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/firewheel-nodes/src/spatial_basic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pub struct SpatialBasicNode {
4747
/// * `-x` is to the left of the listener, and `+x` is to the right of the listener
4848
/// * Larger absolute `y` and `z` values will make the signal sound farther away.
4949
/// (The algorithm used by this node makes no distinction between `-y`, `+y`, `-z`,
50-
/// and `+z`).
50+
/// and `+z`).
5151
///
5252
/// By default this is set to `(0.0, 0.0, 0.0)`
5353
pub offset: Vec3,

0 commit comments

Comments
 (0)