diff --git a/src/config.rs b/src/config.rs index 1e76c3f..7154ccb 100644 --- a/src/config.rs +++ b/src/config.rs @@ -137,9 +137,7 @@ impl TinyEncryptConfig { } } - let mut envelops: Vec<_> = matched_envelops_map.values() - .copied() - .collect(); + let mut envelops: Vec<_> = matched_envelops_map.values().copied().collect(); if envelops.is_empty() { return simple_error!("Profile or key filter cannot find valid envelopes"); }