mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove unnecessary constructor
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
3129bddd24
commit
7e9dc18676
1 changed files with 0 additions and 4 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue