Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-q committed Jul 16, 2024
1 parent 7b804f6 commit b7fca27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tket2-hseries/src/extension/quantum_lazy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pub enum LazyQuantumOp {
impl MakeOpDef for LazyQuantumOp {
fn signature(&self) -> SignatureFunc {
match self {
Self::Measure => FunctionType::new(QB_T, vec![QB_T, future_type(BOOL_T)]).into()
Self::Measure => FunctionType::new(QB_T, vec![QB_T, future_type(BOOL_T)]).into(),
}
}

Expand Down

0 comments on commit b7fca27

Please sign in to comment.