Skip to content

Commit d139316

Browse files
committed
chore: apply remaining betteralign struct field alignment fixes in pkg/aws
1 parent 438f313 commit d139316

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/aws/scim_model.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ func (u *PatchUserRequest) Validate() error {
281281

282282
// ListUsersResponse represent a list users response entity
283283
type ListUsersResponse struct {
284-
ListResponse
285284
Resources []*User `json:"Resources"`
285+
ListResponse
286286
}
287287

288288
// Member represent a member group entity
@@ -336,8 +336,8 @@ type CreateGroupResponse Group
336336

337337
// ListGroupsResponse represent a list groups response entity
338338
type ListGroupsResponse struct {
339-
ListResponse
340339
Resources []*Group `json:"Resources"`
340+
ListResponse
341341
}
342342

343343
// PatchGroupRequest represent a patch group request entity

0 commit comments

Comments
 (0)