Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
DelevoXDG committed Dec 18, 2024
1 parent b8c4156 commit 3af99af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scarb/src/bin/scarb/commands/proc_macro_server.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
use anyhow::Result;
use scarb::{
compiler::{
plugin::proc_macro::ProcMacroHost, CairoCompilationUnit, CompilationUnit,
},
compiler::{plugin::proc_macro::ProcMacroHost, CairoCompilationUnit, CompilationUnit},
core::{Config, Workspace},
ops::{self, FeaturesOpts, FeaturesSelector},
};
Expand Down

0 comments on commit 3af99af

Please sign in to comment.