Skip to content

Commit 05fe7dc

Browse files
committed
Even more lint
1 parent 5f034f1 commit 05fe7dc

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
@@ -966,6 +966,6 @@ func (r *Repository) GetLocalTags(ctx context.Context) (map[string]SHA1, error)
966966
// GetRemoteTags uses git ls-remote to get tags from remote git repository
967967
func (r *Repository) GetRemoteTags(ctx context.Context) (map[string]SHA1, error) {
968968
cmd := prepareCmd(ctx, "", []string{"GIT_TERMINAL_PROMPT=0"}, "git", "ls-remote", "--tags", "--quiet", r.URL)
969-
969+
970970
return r.runAndParseTags(ctx, cmd)
971971
}

0 commit comments

Comments
 (0)