mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General cleanup and refactor.
This commit is contained in:
@@ -30,13 +30,13 @@
|
||||
// Copyright © 2011-2022 Natalia Portillo
|
||||
// ****************************************************************************/
|
||||
|
||||
namespace Aaru.DiscImages;
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Aaru.CommonTypes.Structs;
|
||||
using Schemas;
|
||||
|
||||
namespace Aaru.DiscImages;
|
||||
|
||||
public sealed partial class Partimage
|
||||
{
|
||||
/// <inheritdoc />
|
||||
@@ -45,7 +45,7 @@ public sealed partial class Partimage
|
||||
/// <inheritdoc />
|
||||
public string Name => "Partimage disk image";
|
||||
/// <inheritdoc />
|
||||
public Guid Id => new Guid("AAFDB99D-2B77-49EA-831C-C9BB58C68C95");
|
||||
public Guid Id => new("AAFDB99D-2B77-49EA-831C-C9BB58C68C95");
|
||||
/// <inheritdoc />
|
||||
public string Author => "Natalia Portillo";
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user