From cde724a429a45345200ae654c67644f900077a49 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sun, 15 Sep 2024 13:29:15 -0700 Subject: [PATCH] Removed white space for rustfmt --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 6889bd62..f9dde615 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -112,7 +112,7 @@ //! the number of sinks that can be created (except for the fact that creating too many will slow //! down your program). //! -//! +//! //! ## Features //! //! Rodio provides several optional features that are guarded with feature gates.