feat: fmt all

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-09-24 22:10:49 +02:00
parent ca7c0c5c09
commit 595e82c064
4 changed files with 762 additions and 571 deletions

View File

@@ -1,6 +1,6 @@
mod logging;
use std::path::{PathBuf};
use std::path::PathBuf;
use anyhow::anyhow;
use clap::{Args, Parser, Subcommand};