Format
This commit is contained in:
@ -44,7 +44,6 @@ public partial class PropertyCompare
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
#nullable disable
|
||||
|
||||
public string GetSelect() => string.Concat(_RelativeDirectory, _FileNameWithoutExtension, _Extension, '\t', _Property.CreationTime.Ticks, '\t', Shared.Models.Stateless.Methods.IProperty.GetDateTime(_Property).ToString("yyyy-MM-dd_HH-mm-ss"), '\t', _Property.Id, '\t', _Property.FileSize, '\t', _Property.Width, '\t', _Property.Height);
|
||||
|
Reference in New Issue
Block a user