Skip to content

Commit

Permalink
[LINT] Add new line after variables imports inside mod tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aallali committed Jun 9, 2024
1 parent 71e1e84 commit 560d24c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions safina_db/tests/store_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ pub static TEST_STORE: Lazy<Mutex<Store>> = Lazy::new(|| {
mod tests {
use super::TEST_STORE;
use safina_db::kv_store::KV;

#[test]
fn test_insert_new_key() {
let mut store = TEST_STORE.lock().unwrap();
Expand Down

0 comments on commit 560d24c

Please sign in to comment.