From b4a2adb8464d0e28bcce101f4c0df2c5eb2f9f88 Mon Sep 17 00:00:00 2001 From: Christian Poveda Date: Tue, 16 Aug 2022 11:39:23 -0500 Subject: [PATCH] rustfmt --- src/ir/context.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ir/context.rs b/src/ir/context.rs index a91d522412..aa03b209cc 100644 --- a/src/ir/context.rs +++ b/src/ir/context.rs @@ -2440,7 +2440,8 @@ If you encounter an error missing from this list, please file an issue or a PR!" let mut warnings = Vec::new(); for item in self.options().allowlisted_functions.unmatched_items() { - warnings.push(format!("unused option: --allowlist-function {}", item)); + warnings + .push(format!("unused option: --allowlist-function {}", item)); } for item in self.options().allowlisted_vars.unmatched_items() {