From 8994a6d0e4bb2d1f98de5aa6a8609c2be4844c36 Mon Sep 17 00:00:00 2001 From: Sami Perttu Date: Sat, 21 Oct 2023 13:33:46 +0300 Subject: [PATCH] Format. --- examples/type.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/type.rs b/examples/type.rs index 574dfd1..7836d1b 100644 --- a/examples/type.rs +++ b/examples/type.rs @@ -42,7 +42,9 @@ fn parse_uint(text: &mut String) { } fn main() { - let mut arg: String = std::env::args().nth(1).unwrap_or("You must provide a type.".to_string()); + let mut arg: String = std::env::args() + .nth(1) + .unwrap_or("You must provide a type.".to_string()); remove_string(&mut arg, "fundsp::"); remove_string(&mut arg, "audionode::");