Skip to content

Commit 0d1bb79

Browse files
committed
chore: go fmt
1 parent 0b5e8d0 commit 0d1bb79

File tree

1 file changed

+4
-4
lines changed
  • service/transit_gateway/attachments

1 file changed

+4
-4
lines changed

service/transit_gateway/attachments/model.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ type InvitationsResource struct {
5252
}
5353

5454
type InvitationsResponse struct {
55-
CommandType *string `json:"commandType,omitempty"`
56-
Description *string `json:"description,omitempty"`
57-
Status *string `json:"status,omitempty"`
58-
ID *string `json:"taskId,omitempty"`
55+
CommandType *string `json:"commandType,omitempty"`
56+
Description *string `json:"description,omitempty"`
57+
Status *string `json:"status,omitempty"`
58+
ID *string `json:"taskId,omitempty"`
5959
Response *InvitationResponseData `json:"response,omitempty"`
6060
}
6161

0 commit comments

Comments
 (0)