This can't be null anymore

This commit is contained in:
Matt Nadareski
2025-08-23 13:36:59 -04:00
parent a193c9bb3c
commit 6983d1cd3c

View File

@@ -18,7 +18,7 @@ namespace SabreTools.Serialization.Wrappers
get
{
// Only file streams can have a filename
if (_streamData == null || _streamData is not FileStream fs)
if (_streamData is not FileStream fs)
return null;
// Return the name