Skip to content

Commit

Permalink
Reformatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuDutSik committed Oct 23, 2024
1 parent 81c2b9e commit 02b0aff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion linera-client/src/client_options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use linera_core::client::BlanketMessagePolicy;
use linera_execution::{
committee::ValidatorName, ResourceControlPolicy, WasmRuntime, WithWasmDefault as _,
};
use linera_views::{store::CommonStoreConfig, lru_caching::read_storage_cache_policy};
use linera_views::{lru_caching::read_storage_cache_policy, store::CommonStoreConfig};

#[cfg(feature = "fs")]
use crate::config::GenesisConfig;
Expand Down
2 changes: 1 addition & 1 deletion linera-service/src/proxy/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use linera_rpc::{
use linera_service::prometheus_server;
use linera_service::util;
use linera_storage::Storage;
use linera_views::{store::CommonStoreConfig, lru_caching::read_storage_cache_policy};
use linera_views::{lru_caching::read_storage_cache_policy, store::CommonStoreConfig};
use tokio::task::JoinSet;
use tokio_util::sync::CancellationToken;
use tracing::{error, info, instrument};
Expand Down
2 changes: 1 addition & 1 deletion linera-service/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ use linera_rpc::{
use linera_service::prometheus_server;
use linera_service::util;
use linera_storage::Storage;
use linera_views::{store::CommonStoreConfig, lru_caching::read_storage_cache_policy};
use linera_views::{lru_caching::read_storage_cache_policy, store::CommonStoreConfig};
use serde::Deserialize;
use tokio::task::JoinSet;
use tokio_util::sync::CancellationToken;
Expand Down

0 comments on commit 02b0aff

Please sign in to comment.