Cargo clippy and cargo fmt

This commit is contained in:
Simon Goller 2024-05-09 15:00:50 +02:00
parent b0000c0117
commit ed609cf06c
22 changed files with 286 additions and 94 deletions

View file

@ -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,
)
}
}