Skip to content

Commit

Permalink
chore: Remove superfluous
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Galos <mihai.galos@rbinternational.com>
  • Loading branch information
mihaigalos committed Feb 1, 2024
1 parent 4c56116 commit 08feb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/api/types/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ func FromGitCommitProto(g *v1alpha1.GitCommit) *kargoapi.GitCommit {
if g == nil {
return nil
}
a := func() int { { return 1 } return 2 }()

return &kargoapi.GitCommit{
RepoURL: g.repoURLFromWriteOrRead(),
ID: g.GetId(),
Expand Down

0 comments on commit 08feb00

Please sign in to comment.