Skip to content

Commit

Permalink
update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lukejmann committed Oct 23, 2023
1 parent 8665c29 commit 3a1a8bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ fn build_circuit(depth: usize) -> Result<()> {
#[cfg(feature = "dylib")]
fn build_dylib(depth: usize) -> Result<()> {
use color_eyre::eyre::eyre;
use enumset::enum_set;
use enumset::EnumSet;
use enumset::{enum_set, EnumSet};
use std::{env, str::FromStr};
use wasmer::{Module, Store, Target, Triple};
use wasmer_compiler_cranelift::Cranelift;
Expand Down

0 comments on commit 3a1a8bd

Please sign in to comment.