Skip to content

Commit

Permalink
Reformatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuDutSik committed Sep 19, 2024
1 parent c199847 commit 5ae4bb1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions linera-views/tests/store_tests.rs
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
// Copyright (c) Zefchain Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

#[cfg(with_scylladb)]
use linera_views::test_utils::run_lru_related_test;
use linera_views::{
batch::Batch,
context::{create_test_memory_context, Context as _},
key_value_store_view::ViewContainer,
memory::create_test_memory_store,
test_utils::{
self, get_random_test_scenarios, run_big_write_read, run_reads,
run_writes_from_blank, run_writes_from_state,
self, get_random_test_scenarios, run_big_write_read, run_reads, run_writes_from_blank,
run_writes_from_state,
},
value_splitting::create_value_splitting_memory_store,
};
#[cfg(with_scylladb)]
use linera_views::test_utils::run_lru_related_test;
#[cfg(web)]
use wasm_bindgen_test::wasm_bindgen_test;

Expand Down

0 comments on commit 5ae4bb1

Please sign in to comment.