chore(fmt): format code

This commit is contained in:
Erica Marigold 2023-08-16 19:26:06 +05:30
parent f3a7cb2260
commit 12487ca3b7
No known key found for this signature in database
GPG key ID: 23CD97ABBBCC5ED2

View file

@ -1,7 +1,4 @@
use std::{
path::PathBuf,
process::ExitCode,
};
use std::{path::PathBuf, process::ExitCode};
use anyhow::{Error, Result};
use clap::Command;