mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Refactor] Simplify boolean comparison.
This commit is contained in:
@@ -286,7 +286,7 @@ public class PluginRegister
|
||||
}
|
||||
}
|
||||
|
||||
if(!noFilter?.Identify(path) == true)
|
||||
if(noFilter?.Identify(path) == false)
|
||||
{
|
||||
transaction.Finish();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user