Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen committed Aug 12, 2024
1 parent febd9fb commit 1983d88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion cairo1-compile/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ fn compile_sierra(filename: &Path) -> Program {
.build()
.unwrap();
let main_crate_ids = setup_project(&mut db, filename).unwrap();
compile_prepared_db(&mut db, main_crate_ids, compiler_config).unwrap().program
compile_prepared_db(&mut db, main_crate_ids, compiler_config)
.unwrap()
.program
}

impl fmt::Display for Layout {
Expand Down
1 change: 0 additions & 1 deletion prover/src/prove/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ pub enum ServerError {

#[derive(Error, Debug)]
pub enum ProveError {

#[error("Unauthorized public key request")]
UnauthorizedPublicKey,

Expand Down

0 comments on commit 1983d88

Please sign in to comment.