format code

This commit is contained in:
mpostma
2021-03-24 11:29:11 +01:00
parent 1f16c8d224
commit 4041d9dc48
18 changed files with 60 additions and 61 deletions

View File

@ -3,11 +3,11 @@ use std::path::{Path, PathBuf};
use heed::{
types::{ByteSlice, Str},
Database, Env, EnvOpenOptions,CompactionOption
CompactionOption, Database, Env, EnvOpenOptions,
};
use uuid::Uuid;
use super::{UUID_STORE_SIZE, UuidError, Result};
use super::{Result, UuidError, UUID_STORE_SIZE};
#[async_trait::async_trait]
pub trait UuidStore {