From a8d5744df680d9d85dbc41a27103b5a71a5462ca Mon Sep 17 00:00:00 2001 From: Ceciliaz030 Date: Fri, 24 May 2024 16:18:24 +0000 Subject: [PATCH] fmt --- provers/sgx/setup/src/setup_bootstrap.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provers/sgx/setup/src/setup_bootstrap.rs b/provers/sgx/setup/src/setup_bootstrap.rs index 4a0721fba..c7fa99451 100644 --- a/provers/sgx/setup/src/setup_bootstrap.rs +++ b/provers/sgx/setup/src/setup_bootstrap.rs @@ -7,8 +7,8 @@ use std::{ use crate::app_args::BootstrapArgs; use anyhow::{anyhow, Context, Result}; -use raiko_lib::consts::{SupportedChainSpecs, VerifierType}; use file_lock::{FileLock, FileOptions}; +use raiko_lib::consts::{SupportedChainSpecs, VerifierType}; use serde_json::{Number, Value}; use sgx_prover::{ bootstrap, check_bootstrap, get_instance_id, register_sgx_instance, remove_instance_id,