1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

formatting

This commit is contained in:
JanHoefelmeyer 2023-06-27 10:05:49 +02:00
parent c1765e6967
commit 04c11d7922

View file

@ -212,7 +212,7 @@ func (p *processor) processROLIEFeeds(feeds [][]csaf.Feed) error {
p.labelChecker.feedLabel = label
// If we are using an authorizing client
// we need an open client to check
// we need an open client to check
// WHITE, AMBER and RED feeds.
var openClient util.Client
if (label == csaf.TLPLabelWhite || label >= csaf.TLPLabelAmber) &&