mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
fmt the code
This commit is contained in:
parent
89c40c83c3
commit
689bef7ad2
1 changed files with 1 additions and 3 deletions
|
@ -60,9 +60,7 @@ impl<P, D> GuardedData<P, D> {
|
||||||
|
|
||||||
None => Err(AuthenticationError::IrretrievableState.into()),
|
None => Err(AuthenticationError::IrretrievableState.into()),
|
||||||
},
|
},
|
||||||
None if missing_master_key => {
|
None if missing_master_key => Err(AuthenticationError::MissingMasterKey.into()),
|
||||||
Err(AuthenticationError::MissingMasterKey.into())
|
|
||||||
}
|
|
||||||
None => Err(AuthenticationError::MissingAuthorizationHeader.into()),
|
None => Err(AuthenticationError::MissingAuthorizationHeader.into()),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue