Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Anderson <andersrb@gmail.com>
  • Loading branch information
brson committed Oct 21, 2020
1 parent 56fb56e commit bb7d280
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/engine_test/src/lib.rs
Expand Up @@ -311,7 +311,9 @@ pub mod ctor {
}

mod rocks {
use super::{CFOptions, ColumnFamilyOptions, CryptoOptions, DBOptions, EngineConstructorExt};
use super::{
CFOptions, ColumnFamilyOptions, CryptoOptions, DBOptions, EngineConstructorExt,
};

use engine_traits::{ColumnFamilyOptions as ColumnFamilyOptionsTrait, Result};

Expand Down

0 comments on commit bb7d280

Please sign in to comment.