Skip to content

Commit 9e307e5

Browse files
committed
Removed empty line
1 parent 2eac7dd commit 9e307e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LCT.SW360PackageCreator/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ static async Task Main(string[] args)
7171
environmentHelper.CallEnvironmentExit(-1);
7272
}
7373
LoggerHelper.SpectreConsoleInitialMessage("Package creator");
74-
74+
7575
if (appSettings.IsTestMode)
7676
Logger.Logger.Log(null, Level.Alert, $"Package creator is running in TEST mode \n", null);
7777
var bomFilePath = Path.Combine(appSettings.Directory.OutputFolder, appSettings.SW360.ProjectName + "_" + FileConstant.BomFileName);

0 commit comments

Comments
 (0)