Skip to content

Commit deaebbb

Browse files
committed
fmt
1 parent 39c8057 commit deaebbb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/app.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ use crate::components::bitcoin_config_view::BitcoinConfigView;
77
use crate::components::file_explorer::FileExplorer;
88
use crate::components::p2pool_client::{ChainInfo, PeerInfo, ShareInfo};
99
use crate::components::p2pool_config_view::P2PoolConfigView;
10-
use crate::components::settings_view::SettingsView;
11-
use crate::settings::Settings;
1210
use crate::components::p2pool_log_parser::ParsedP2PoolState;
11+
use crate::components::settings_view::SettingsView;
1312
use crate::p2poolv2_config::P2PoolConfigEntry as P2PoolEntry;
13+
use crate::settings::Settings;
1414
use p2poolv2_config::Config as P2PoolConfig;
1515
use std::path::PathBuf;
1616

src/components/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pub mod p2pool_client;
1212
pub mod p2pool_config_view;
1313
pub mod p2pool_log_parser;
1414
pub mod p2pool_status_view;
15-
pub mod settings_view;
1615
pub mod p2pool_websockets;
16+
pub mod settings_view;
1717
pub mod shares_market_view;
1818
pub mod status_bar;

0 commit comments

Comments
 (0)