cargo fmt
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Alex 2022-09-06 17:59:41 +02:00
parent 0f5689c169
commit 6f02c36a89
Signed by: lx
GPG key ID: 0E496D15096376BE
2 changed files with 0 additions and 2 deletions

View file

@ -48,4 +48,3 @@ impl Crdt for Key {
} }
} }
} }

View file

@ -147,4 +147,3 @@ impl Crdt for Object {
} }
} }
} }