Skip to content

Commit

Permalink
fix: linter issue
Browse files Browse the repository at this point in the history
Signed-off-by: pashakostohrys <[email protected]>
  • Loading branch information
pasha-codefresh committed Apr 15, 2024
1 parent 6789c8c commit a0f5371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/application/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ func (s *Server) GetManifests(ctx context.Context, q *application.ApplicationMan
if err != nil {
return fmt.Errorf("error getting API resources: %w", err)
}

sources := make([]appv1.ApplicationSource, 0)
if a.Spec.HasMultipleSources() {
numOfSources := int64(len(a.Spec.GetSources()))
Expand Down

0 comments on commit a0f5371

Please sign in to comment.