From 114032df788fa180fc277217a7b9fd2a936dc4cd Mon Sep 17 00:00:00 2001 From: "kosmos.ebi" Date: Sun, 11 May 2025 01:47:27 +0900 Subject: [PATCH] fix rustfmt error Signed-off-by: kosmos.ebi --- src/hyperlight_wasm/examples/metrics/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hyperlight_wasm/examples/metrics/main.rs b/src/hyperlight_wasm/examples/metrics/main.rs index 667b473..9a7cea3 100644 --- a/src/hyperlight_wasm/examples/metrics/main.rs +++ b/src/hyperlight_wasm/examples/metrics/main.rs @@ -14,9 +14,10 @@ See the License for the specific language governing permissions and limitations under the License. */ +use std::sync::{Arc, Mutex}; + use examples_common::get_wasm_module_path; use hyperlight_wasm::{ParameterValue, Result, ReturnType, SandboxBuilder}; -use std::sync::{Arc, Mutex}; fn main() -> Result<()> { // Install prometheus metrics exporter.