Fix typo in TPTP output

This commit is contained in:
Patrick Lühne 2020-02-05 02:14:29 +01:00
parent caab0a618e
commit 9a519abb0d
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF

View File

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