Go format

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2026-03-03 11:17:05 +01:00
parent 3c70b1e3eb
commit 21ed4113c3
47 changed files with 112 additions and 119 deletions

View File

@@ -47,7 +47,7 @@ func NewListTransferImpactAssessmentsOutput(pg *page.Page[*coredata.TransferImpa
nextCursor = &cursorKey
}
return ListTransferImpactAssessmentsOutput{
NextCursor: nextCursor,
NextCursor: nextCursor,
TransferImpactAssessments: items,
}
}