Skip to content

Commit

Permalink
Fixes extra bad new line in header
Browse files Browse the repository at this point in the history
😫
  • Loading branch information
atruskie committed Feb 14, 2019
1 parent 799a653 commit f998a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AnalysisPrograms/Production/MainEntryUtilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ internal static void Copyright()
LoggedConsole.WriteLine(
$@"{Meta.Description} - version {BuildMetadata.VersionString} ({(InDEBUG ? "DEBUG" : "RELEASE")} build, {BuildMetadata.BuildDate}){NewLine}" +
$@"Git branch-version: {BuildMetadata.GitBranch}-{BuildMetadata.GitCommit}, DirtyBuild:{BuildMetadata.IsDirty}, CI:{BuildMetadata.CiBuild}{NewLine}" +
$@"Copyright {Meta.NowYear} {Meta.Organization}{NewLine}");
$@"Copyright {Meta.NowYear} {Meta.Organization}");
}

internal static void WarnIfDeveloperEntryUsed(string message = null)
Expand Down

0 comments on commit f998a4f

Please sign in to comment.