mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Use negated pattern.
This commit is contained in:
@@ -759,7 +759,7 @@ public sealed class MediaDumpViewModel : ViewModelBase
|
||||
|
||||
Encoding encoding = null;
|
||||
|
||||
if(!(SelectedEncoding is null))
|
||||
if(SelectedEncoding is not null)
|
||||
try
|
||||
{
|
||||
encoding = Claunia.Encoding.Encoding.GetEncoding(SelectedEncoding.Name);
|
||||
|
||||
Reference in New Issue
Block a user