mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General code refactor.
This commit is contained in:
@@ -51,9 +51,9 @@ namespace Aaru.Filters
|
||||
bool _opened;
|
||||
|
||||
/// <inheritdoc />
|
||||
public string Name => "LZip";
|
||||
public string Name => "LZip";
|
||||
/// <inheritdoc />
|
||||
public Guid Id => new Guid("09D715E9-20C0-48B1-A8D9-D8897CEC57C9");
|
||||
public Guid Id => new Guid("09D715E9-20C0-48B1-A8D9-D8897CEC57C9");
|
||||
/// <inheritdoc />
|
||||
public string Author => "Natalia Portillo";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user