Skip to content

Commit

Permalink
style: fix lint of spacing in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cpendery committed Jun 15, 2022
1 parent 5a40365 commit 7e1855c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syft/lib.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func CatalogPackages(src *source.Source, cfg cataloger.Config) (*pkg.Catalog, []
return nil, nil, nil, fmt.Errorf("unable to determine cataloger set from scheme=%+v", src.Metadata.Scheme)
}

//override the set of loggers to be the entire set
// override the set of loggers to be the entire set
if cfg.UseAllCatalogers() {
catalogers = cataloger.AllCatalogers(cfg)
}
Expand Down

0 comments on commit 7e1855c

Please sign in to comment.