fixed formatting
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
use noentropy::cli::{Args, orchestrator::{handle_organization, handle_undo}};
|
||||
use noentropy::settings::{get_or_prompt_api_key, get_or_prompt_download_folder};
|
||||
use clap::Parser;
|
||||
use noentropy::cli::{
|
||||
Args,
|
||||
orchestrator::{handle_organization, handle_undo},
|
||||
};
|
||||
use noentropy::settings::{get_or_prompt_api_key, get_or_prompt_download_folder};
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
|
||||
Reference in New Issue
Block a user