Skip to content

Commit 4c6c1e7

Browse files
fixing linting errors
1 parent cf7689f commit 4c6c1e7

File tree

2 files changed

+379
-369
lines changed

2 files changed

+379
-369
lines changed

tools/cli/internal/openapi/filter/sunset.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ func (f *SunsetFilter) Apply() error {
5050
}
5151

5252
// applyOnOperation removes the "sunset" extension if its value is set to "sunsetToBeDecided".
53-
// The "sunset" extension can be located in two places:
54-
// 1) Within the 20X response
55-
// 2) As part of the operation itself
53+
// The "sunset" extension can be located in two places.
54+
// 1) Within the 20X response.
55+
// 2) As part of the operation itself.
5656
func applyOnOperation(op *openapi3.Operation) {
5757
// 1) Check the "sunset" extension in the response
5858
for key, response := range op.Responses.Map() {

0 commit comments

Comments
 (0)