From a1fea1230e3438723345c7b90c86538120efe33d Mon Sep 17 00:00:00 2001 From: Icelk Date: Mon, 12 Feb 2024 00:01:15 +0100 Subject: [PATCH] fmt --- src/host.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/host.rs b/src/host.rs index 88bab9a..1f6eac2 100644 --- a/src/host.rs +++ b/src/host.rs @@ -625,7 +625,7 @@ impl CloneableHost { exts: &ExtensionBundles, custom_exts: &CustomExtensions, execute_extensions_addons: bool, - dev: bool + dev: bool, ) -> Result { Host::assemble( self.host.clone_without_extensions(),