We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed5308 commit 0e6741cCopy full SHA for 0e6741c
Flow.Launcher/Storage/TopMostRecord.cs
@@ -12,8 +12,7 @@ public class TopMostRecord
12
13
internal bool IsTopMost(Result result)
14
{
15
- if (records.IsEmpty ||
16
- !records.TryGetValue(result.OriginQuery.RawQuery, out var value))
+ if (records.IsEmpty || !records.TryGetValue(result.OriginQuery.RawQuery, out var value))
17
18
return false;
19
}
0 commit comments