fix: remove unused import in storage-node binary
This commit is contained in:
parent
7e3bbe569c
commit
3a450ed768
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@
|
||||||
//! synor-storage-node --data-dir ./storage-data
|
//! synor-storage-node --data-dir ./storage-data
|
||||||
|
|
||||||
use synor_storage::{NodeConfig, StorageNode, GatewayConfig, Gateway};
|
use synor_storage::{NodeConfig, StorageNode, GatewayConfig, Gateway};
|
||||||
use std::path::PathBuf;
|
|
||||||
|
|
||||||
#[tokio::main]
|
#[tokio::main]
|
||||||
async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue