mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Refactor] Use collection expressions.
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Aaru.Gui.Models;
|
||||
|
||||
public sealed class ImageModel
|
||||
{
|
||||
public ImageModel() => PartitionSchemesOrFileSystems = new ObservableCollection<RootModel>();
|
||||
public ImageModel() => PartitionSchemesOrFileSystems = [];
|
||||
|
||||
public string Path { get; set; }
|
||||
public string FileName { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user