Worker/json: remove redundant comment

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
Tomáš Hozza 2024-09-10 11:08:21 +02:00 committed by Tomáš Hozza
parent b931a9789b
commit 0628ac9131

View file

@ -159,7 +159,6 @@ type KojiFinalizeJobResult struct {
// PipelineNames is used to provide two pieces of information related to a job:
// 1. A categorization of each pipeline into one of two groups
// // 2. A pipeline ordering when the lists are concatenated: build -> os
// 2. A pipeline ordering when the lists are concatenated: build -> os
type PipelineNames struct {
Build []string `json:"build"`