mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Code style fixes.
This commit is contained in:
@@ -38,7 +38,7 @@ using Aaru.Helpers;
|
||||
namespace Aaru.Checksums
|
||||
{
|
||||
/// <summary>Implements the Adler-32 algorithm</summary>
|
||||
public class Adler32Context : IChecksum
|
||||
public sealed class Adler32Context : IChecksum
|
||||
{
|
||||
const ushort ADLER_MODULE = 65521;
|
||||
ushort _sum1, _sum2;
|
||||
|
||||
Reference in New Issue
Block a user