mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-25 07:07:32 -04:00
Integrate appflowy editor (#1040)
This commit is contained in:
parent
8dff9dc67c
commit
ad9a4b7d71
177 changed files with 4183 additions and 1007 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue