mirror of https://github.com/buster-so/buster.git
Fix extra closing brace in types.rs
This commit is contained in:
parent
5ebfe64136
commit
e264889c72
|
@ -76,5 +76,4 @@ pub struct ListPermissionsRequest {
|
||||||
#[derive(Debug, Serialize)]
|
#[derive(Debug, Serialize)]
|
||||||
pub struct ListPermissionsResponse {
|
pub struct ListPermissionsResponse {
|
||||||
pub permissions: Vec<AssetPermissionWithUser>,
|
pub permissions: Vec<AssetPermissionWithUser>,
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue