Skip to content

Commit ff19f99

Browse files
committed
node: fix formatting
1 parent 0a41d4c commit ff19f99

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

node/src/dev/mod.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
1+
pub mod helpers;
22
pub mod watcher;
3-
pub mod helpers;

node/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ extern crate diesel;
77

88
pub mod chain;
99
pub mod config;
10+
pub mod dev;
1011
pub mod launcher;
1112
pub mod manager;
1213
pub mod network_setup;
1314
pub mod opt;
1415
pub mod store_builder;
15-
pub mod dev;
1616
pub struct MetricsContext {
1717
pub prometheus: Arc<Registry>,
1818
pub registry: Arc<MetricsRegistry>,

0 commit comments

Comments
 (0)