mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Fix the format and linter error
This commit is contained in:
parent
44eb153619
commit
525e67ba93
7 changed files with 9 additions and 7 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue