Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
fix inconsistent indentation in commented code example
Browse files Browse the repository at this point in the history
  • Loading branch information
lmphil committed Nov 21, 2024
1 parent d6d274c commit a7ae7bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependency_list_export.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ func (s *DependencyListExportService) GetDependencyListExport(id int, options ..
// The github.com/CycloneDX/cyclonedx-go package can be used to parse the data from the returned io.Reader.
// -----------------[ Example ]------------------
//
// sbom := new(cdx.BOM)
// decoder := cdx.NewBOMDecoder(reader, cdx.BOMFileFormatJSON)
// sbom := new(cdx.BOM)
// decoder := cdx.NewBOMDecoder(reader, cdx.BOMFileFormatJSON)
//
// if err = decoder.Decode(sbom); err != nil {
// panic(err)
Expand Down

0 comments on commit a7ae7bd

Please sign in to comment.