Skip to content

Commit

Permalink
Run fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhartman committed Sep 12, 2023
1 parent e8c9a60 commit 85df501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/accelerate/src/quantum_circuit/circuit_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -304,10 +304,10 @@ impl CircuitData {
if !ours?.eq(theirs?)? {
return Ok(false);
}
},
}
(None, None) => {
return Ok(true);
},
}
_ => {
return Ok(false);
}
Expand Down

0 comments on commit 85df501

Please sign in to comment.