Fix typo in TPTP output

This commit is contained in:
2020-02-05 02:14:29 +01:00
parent caab0a618e
commit 9a519abb0d

View File

@@ -271,7 +271,7 @@ where
write!(format, ")")?; write!(format, ")")?;
} }
write!(format, ")") Ok(())
}; };
match &self.formula match &self.formula