Ver Fonte

chore: cargo fmt

parazyd há 3 anos atrás
pai
commit
9b61334f1a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      bin/dnetview/src/rpc.rs

+ 1 - 1
bin/dnetview/src/rpc.rs

@@ -53,7 +53,7 @@ impl RpcConnect {
             Err(e) => Err(DnetViewError::Darkfi(e)),
         }
     }
-    
+
     // --> {"jsonrpc": "2.0", "method": "dnet_switch", "params": [true], "id": 42}
     // <-- {"jsonrpc": "2.0", "result": true, "id": 42}
     pub async fn dnet_enable(&self, params: bool) -> DnetViewResult<Value> {