Integrate appflowy editor (#1040)

This commit is contained in:
Lucas.Xu 2022-10-22 21:57:44 +08:00 committed by GitHub
parent 8dff9dc67c
commit ad9a4b7d71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
177 changed files with 4183 additions and 1007 deletions

View file

@ -42,7 +42,7 @@ impl OTError {
impl fmt::Display for OTError {
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
write!(f, "incompatible lengths")
write!(f, "{:?}: {}", self.code, self.msg)
}
}