File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ impl StacksDevnet {
5858 let node_url = devnet. get_stacks_node_url ( ) ;
5959
6060 thread:: spawn ( move || {
61-
6261 if let Ok ( DevnetCommand :: Start ( callback) ) = rx. recv ( ) {
6362 // Start devnet
6463 let ( devnet_events_rx, terminator_tx) =
@@ -575,7 +574,6 @@ fn main(mut cx: ModuleContext) -> NeonResult<()> {
575574 StacksDevnet :: js_get_stacks_node_url,
576575 ) ?;
577576
578-
579577 Ok ( ( ) )
580578}
581579
Original file line number Diff line number Diff line change @@ -200,9 +200,9 @@ impl DevnetOrchestrator {
200200 match self . network_config {
201201 Some ( ref config) => match config. devnet {
202202 Some ( ref devnet) => format ! ( "http://0.0.0.0:{}" , devnet. stacks_node_rpc_port) ,
203- _ => unreachable ! ( )
204- }
205- _ => unreachable ! ( )
203+ _ => unreachable ! ( ) ,
204+ } ,
205+ _ => unreachable ! ( ) ,
206206 }
207207 }
208208
You can’t perform that action at this time.
0 commit comments