Fix the format and linter error

This commit is contained in:
Gnosnay 2024-12-28 20:35:32 +08:00
parent 44eb153619
commit 525e67ba93
7 changed files with 9 additions and 7 deletions

View file

@ -1,6 +1,7 @@
use crate::option::Opt;
use clap::Parser;
use crate::option::Opt;
#[test]
fn test_valid_opt() {
assert!(Opt::try_parse_from(Some("")).is_ok());