Skip to content

Commit

Permalink
Some cosmetic changes for rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
iluvcapra committed Sep 29, 2024
1 parent 5fa0188 commit 371bbda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
//!
//! The "noise" feature adds support for white and pink noise sources. This feature requires the
//! "rand" crate.
//!
//!
//! ## How it works under the hood
//!
//! Rodio spawns a background thread that is dedicated to reading from the sources and sending
Expand All @@ -125,7 +125,6 @@
//! hardware. Therefore there is no restriction on the number of sounds that play simultaneously or
//! the number of sinks that can be created (except for the fact that creating too many will slow
//! down your program).
//!


#![cfg_attr(test, deny(missing_docs))]
Expand Down

0 comments on commit 371bbda

Please sign in to comment.