Skip to content

Commit 2783041

Browse files
committed
node: fix formatting
1 parent cda0b3b commit 2783041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)