Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachJHansen authored and teiesti committed Aug 24, 2024
1 parent 3fc66cd commit e506222
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/syntax_tree/fol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,10 @@ impl AnnotatedFormula {
role: self.role,
direction: self.direction,
name: self.name.clone(),
formula: self.formula.clone().universal_closure_with_quantifier_joining(),
formula: self
.formula
.clone()
.universal_closure_with_quantifier_joining(),
}
}

Expand Down

0 comments on commit e506222

Please sign in to comment.