diff --git a/README.md b/README.md index 421c029..dd818ab 100644 --- a/README.md +++ b/README.md @@ -140,8 +140,8 @@ Let's get Alejandra on our systems: $ nix-env -qaP --json --drv-path > after ``` - As of 2022-01-28, - there are 94 differences in a set of 34079 derivations + As of 2022-02-01, + there are 89 differences in a set of 34079 derivations because of things like this: ``` diff --git a/src/rules/string_interpol.rs b/src/rules/string_interpol.rs index c4cf3a1..e3ab4cc 100644 --- a/src/rules/string_interpol.rs +++ b/src/rules/string_interpol.rs @@ -21,9 +21,7 @@ pub fn rule( steps.push_back(crate::builder::Step::NewLine); steps.push_back(crate::builder::Step::Pad); } - crate::config::Layout::Wide => { - steps.push_back(crate::builder::Step::Whitespace); - } + crate::config::Layout::Wide => {} } // /**/ @@ -59,9 +57,7 @@ pub fn rule( steps.push_back(crate::builder::Step::NewLine); steps.push_back(crate::builder::Step::Pad); } - crate::config::Layout::Wide => { - steps.push_back(crate::builder::Step::Whitespace); - } + crate::config::Layout::Wide => {} } steps.push_back(crate::builder::Step::Format(child.element));