Skip to content

Commit 8d2b293

Browse files
committed
missed code pushed
1 parent b775a7c commit 8d2b293

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/LCT.PackageIdentifier/BomCreator.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ public async Task GenerateBom(CommonAppSettings appSettings,
7272
sw360 = appSettings.SW360;
7373
// Calls package parser
7474
listOfComponentsToBom = await CallPackageParser(appSettings);
75-
Logger.Logger.Log(null, Level.Notice, $"No of components added to BOM after removing bundled & excluded components " +
76-
$"= {listOfComponentsToBom.Components.Count}", null);
75+
Logger.Logger.Log(null, Level.Notice, $"No of components added to BOM after removing bundled & excluded components= {listOfComponentsToBom.Components.Count}", null);
7776

7877
bomKpiData.ComponentsInComparisonBOM = listOfComponentsToBom.Components.Count;
7978
//Get project details for metadata properties

0 commit comments

Comments
 (0)