Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Oded-B committed Apr 18, 2024
1 parent d1ddcb9 commit c8992f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/pkg/argocd/argocd.go
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ func generateDiffOfAComponent(ctx context.Context, componentPath string, prBranc
}

return currentDiffResult

}

// GenerateDiffOfChangedComponents generates diff of changed components
Expand Down Expand Up @@ -390,5 +389,4 @@ func GenerateDiffOfChangedComponents(ctx context.Context, componentPathList []st
}

return noDiffsAndErrors, diffResults, err

}

0 comments on commit c8992f0

Please sign in to comment.