Skip to content

Commit ce9b678

Browse files
committed
Even more lint
1 parent 3ed7e18 commit ce9b678

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go/cmd/gitter/repository.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,6 +903,6 @@ func (r *Repository) GetLocalTags(ctx context.Context) (map[string]SHA1, error)
903903
// GetRemoteTags uses git ls-remote to get tags from remote git repository
904904
func (r *Repository) GetRemoteTags(ctx context.Context) (map[string]SHA1, error) {
905905
cmd := prepareCmd(ctx, "", []string{"GIT_TERMINAL_PROMPT=0"}, "git", "ls-remote", "--tags", "--quiet", r.URL)
906-
906+
907907
return r.runAndParseTags(ctx, cmd)
908908
}

0 commit comments

Comments
 (0)