Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaZ030 committed May 24, 2024
1 parent 06a80c1 commit a8d5744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provers/sgx/setup/src/setup_bootstrap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a8d5744

Please sign in to comment.