mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-08-26 23:31:19 +00:00
fix: lint and fmt
This commit is contained in:
@@ -73,6 +73,7 @@ pub async fn fetch_config() -> Result<WalletConfig> {
|
||||
let mut file = tokio::fs::OpenOptions::new()
|
||||
.write(true)
|
||||
.create(true)
|
||||
.truncate(true)
|
||||
.open(config_home.join("wallet_config.json"))
|
||||
.await?;
|
||||
|
||||
|
||||
+1
-1
@@ -217,7 +217,7 @@ pub enum Command {
|
||||
/// match the remote versions
|
||||
CheckHealth {},
|
||||
/// Command to explicitly setup config and storage
|
||||
///
|
||||
///
|
||||
/// Does nothing in case if both already present
|
||||
Setup {},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user