qol: formatting

This commit is contained in:
Gary Sharp
2025-07-20 13:47:56 +10:00
parent 49da389c2c
commit 5792771ea1
158 changed files with 693 additions and 679 deletions
@@ -6,7 +6,7 @@ namespace Disco.Models.Services.Devices.Importing
{
DeviceImportFieldTypes FieldType { get; }
EntityState? FieldAction { get; }
string ErrorMessage { get; }
object RawParsedValue { get; }
@@ -11,7 +11,7 @@ namespace Disco.Models.Services.Documents
public IAttachmentTarget AttachmentTarget { get; set; }
public Device Device { get; set; }
public Job Job { get; set; }
public string JobStatus { get; set; }
public string JobTypeDescription { get; set; }
@@ -6,7 +6,7 @@ namespace Disco.Models.Services.Interop.DiscoServices
{
public string PluginId { get; set; }
public Version Version { get; set; }
public string Reason { get; set; }
}
}
@@ -42,7 +42,7 @@ namespace Disco.Models.Services.Users.Contact
return false;
}
var result = match.Value;
var result = match.Value;
var name = default(string);
if (match.Index > 0)
{