mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Enable nullability everywhere
This commit is contained in:
@@ -110,7 +110,7 @@ namespace SabreTools.Core.Tools
|
||||
if (_hasher == null)
|
||||
return;
|
||||
|
||||
byte[] emptyBuffer = Array.Empty<byte>();
|
||||
byte[] emptyBuffer = [];
|
||||
switch (_hasher)
|
||||
{
|
||||
case OptimizedCRC.OptimizedCRC crc:
|
||||
|
||||
Reference in New Issue
Block a user