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
|
||||
Stream _zStream;
|
||||
|
||||
/// <inheritdoc />
|
||||
public string Name => "GZip";
|
||||
public string Name => "GZip";
|
||||
/// <inheritdoc />
|
||||
public Guid Id => new Guid("F4996661-4A29-42C9-A2C7-3904EF40F3B0");
|
||||
public Guid Id => new Guid("F4996661-4A29-42C9-A2C7-3904EF40F3B0");
|
||||
/// <inheritdoc />
|
||||
public string Author => "Natalia Portillo";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user