Ran formatter on the code.

This commit is contained in:
janithPet
2022-06-15 22:23:38 +01:00
parent 9a8fb6c55a
commit 6f910f89eb
2 changed files with 6 additions and 2 deletions

View File

@ -8,7 +8,7 @@ pub enum Action {
All = actions::ALL,
#[serde(rename = "search")]
Search = actions::SEARCH,
#[serde(rename = "documents.*")]
#[serde(rename = "documents.*")]
DocumentsAll = actions::DOCUMENTS_ALL,
#[serde(rename = "documents.add")]
DocumentsAdd = actions::DOCUMENTS_ADD,