Skip to content

Commit 17a0ef3

Browse files
event-reporter: fix lint issues
1 parent 472aa63 commit 17a0ef3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

event_reporter/utils/app_revision.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ func AddCommitsDetailsToAnnotations(unstrApp *unstructured.Unstructured, revisio
155155
}
156156

157157
jsonRevisionsMetadata, err := json.Marshal(revisionsMetadata)
158-
159158
if err != nil {
160159
return unstrApp
161160
}
@@ -175,7 +174,6 @@ func AddCommitsDetailsToAppAnnotations(app appv1.Application, revisionsMetadata
175174
}
176175

177176
jsonRevisionsMetadata, err := json.Marshal(revisionsMetadata)
178-
179177
if err != nil {
180178
return app
181179
}

0 commit comments

Comments
 (0)