Skip to content

Commit

Permalink
Add missing linefeed from API sample (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveTryon authored Dec 2, 2024
1 parent aef740c commit 869dbe6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Microsoft.Sbom.Api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ namespace SBOMApiExample
SBOMMetadata metadata = new SBOMMetadata()
{
PackageName = "MyVpack",
PackageVersion = "0.0.1" };
PackageVersion = "0.0.1"
};

IList<SBOMSpecification> specifications = new List<SBOMSpecification>()
{
Expand Down

0 comments on commit 869dbe6

Please sign in to comment.