Remove unnecessary constructor

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jack Ye 2026-01-03 20:34:51 +08:00 committed by GitHub
parent 3129bddd24
commit 7e9dc18676
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,10 +4,6 @@ namespace Flow.Launcher.Plugin.Explorer.Search
{
public record struct SearchResult
{
public SearchResult()
{
}
public string FullPath { get; init; }
public ResultType Type { get; init; }
public int Score { get; init; }