mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
Fix the format and linter error
This commit is contained in:
@ -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());
|
||||
|
Reference in New Issue
Block a user