Fix whitespace formatting

This commit is contained in:
softworkz
2025-11-15 08:05:31 +01:00
parent 30b547b8d3
commit 8e7892ebd4
106 changed files with 296 additions and 349 deletions

View File

@@ -1,4 +1,3 @@
using System.Text.Json.Serialization;
namespace ElectronNET.API.Entities
@@ -41,7 +40,7 @@ namespace ElectronNET.API.Entities
public string Message { get; set; }
/// <summary>
/// The filters specifies an array of file types that can be displayed or
/// The filters specifies an array of file types that can be displayed or
/// selected when you want to limit the user to a specific type. For example:
/// </summary>
/// <example>
@@ -57,5 +56,4 @@ namespace ElectronNET.API.Entities
/// </example>
public FileFilter[] Filters { get; set; }
}
}
}