Cargo clippy and cargo fmt
This commit is contained in:
parent
b0000c0117
commit
ed609cf06c
22 changed files with 286 additions and 94 deletions
|
|
@ -162,7 +162,6 @@ pub async fn delete_sales_person<RestState: RestStateDef>(
|
|||
)
|
||||
}
|
||||
|
||||
|
||||
pub async fn get_sales_person_user<RestState: RestStateDef>(
|
||||
rest_state: State<RestState>,
|
||||
Path(sales_person_id): Path<Uuid>,
|
||||
|
|
@ -213,4 +212,4 @@ pub async fn delete_sales_person_user<RestState: RestStateDef>(
|
|||
})
|
||||
.await,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue