removed empty line - rebuilt

This commit is contained in:
Frede Hundewadt 2023-01-19 13:53:04 +01:00
parent 673c345198
commit 5f1fabf1d2
2 changed files with 2 additions and 3 deletions

View file

@ -39,6 +39,5 @@ namespace FCS.Lib.Common
/// </summary> /// </summary>
/// <see cref="TimeFrame"/> /// <see cref="TimeFrame"/>
public TimeFrame TimeFrame { get; set; } = new (); public TimeFrame TimeFrame { get; set; } = new ();
} }
} }

View file

@ -17,5 +17,5 @@ using System.Runtime.InteropServices;
[assembly: ComVisible(false)] [assembly: ComVisible(false)]
[assembly: Guid("8D850197-78DB-4D16-A91F-E5BB6E8880A7")] [assembly: Guid("8D850197-78DB-4D16-A91F-E5BB6E8880A7")]
[assembly: AssemblyVersion("1.0.22346.0710")] [assembly: AssemblyVersion("1.0.23019.1248")]
[assembly: AssemblyFileVersion("1.0.22346.0710")] [assembly: AssemblyFileVersion("1.0.23019.1248")]