Improve code quality

This commit is contained in:
Jack251970 2025-05-11 17:05:55 +08:00
parent 6ed5308896
commit 0e6741cf3f

View file

@ -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;
}