Skip to content

Commit

Permalink
Minor formatting update for CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Oct 22, 2018
1 parent 3ddb831 commit 4129b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AnalysisPrograms/Production/CustomHelpTextGenerator.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// <copyright file="CustomHelpTextGenerator.cs" company="QutEcoacoustics">
// <copyright file="CustomHelpTextGenerator.cs" company="QutEcoacoustics">
// All code in this file and all associated files are the copyright and property of the QUT Ecoacoustics Research Group (formerly MQUTeR, and formerly QUT Bioacoustics Research Group).
// </copyright>
// Copyright (c) Nate McMaster.
Expand Down Expand Up @@ -49,7 +49,7 @@ protected override void GenerateFooter(CommandLineApplication application, TextW
{
if (this.EnvironmentOptions.Any())
{
output.Write("\nEnvironment variables: \n" + this.FormatEnvironmentVariables());
output.Write("\nEnvironment variables: \n" + this.FormatEnvironmentVariables() + "\n");
}

base.GenerateFooter(application, output);
Expand Down

0 comments on commit 4129b38

Please sign in to comment.