mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Improve code quality
This commit is contained in:
parent
6ed5308896
commit
0e6741cf3f
1 changed files with 1 additions and 2 deletions
|
|
@ -12,8 +12,7 @@ namespace Flow.Launcher.Storage
|
|||
|
||||
internal bool IsTopMost(Result result)
|
||||
{
|
||||
if (records.IsEmpty ||
|
||||
!records.TryGetValue(result.OriginQuery.RawQuery, out var value))
|
||||
if (records.IsEmpty || !records.TryGetValue(result.OriginQuery.RawQuery, out var value))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue