diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-14 10:58:19 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-14 10:58:19 -0600 |
| commit | f472209f4208bea1e146be22873d21bc1304db7a (patch) | |
| tree | 4521a0b6688c9c2894e5334b90f23da28c477e3a /src/authorization/entities.rs | |
| parent | ecfa8f62b7a2df98428128cc68d59a47d4130afc (diff) | |
chore: fix more linter errors
Diffstat (limited to 'src/authorization/entities.rs')
| -rw-r--r-- | src/authorization/entities.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/authorization/entities.rs b/src/authorization/entities.rs index fc1246d7..ec1a7a1b 100644 --- a/src/authorization/entities.rs +++ b/src/authorization/entities.rs @@ -34,7 +34,7 @@ pub struct EntitiesRepository { impl EntitiesRepository { pub fn new(api: Api) -> EntitiesRepository { - EntitiesRepository { api: api } + EntitiesRepository { api } } pub async fn all( |
