Skip to content

Commit 3fab9da

Browse files
Fix incorrect class name reference
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 43dbf1a commit 3fab9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ViewModel/ResultViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace Flow.Launcher.ViewModel
1313
{
1414
public class ResultViewModel : BaseModel
1515
{
16-
private static readonly string ClassName = nameof(ResultsViewModel);
16+
private static readonly string ClassName = nameof(ResultViewModel);
1717

1818
private static readonly PrivateFontCollection FontCollection = new();
1919
private static readonly Dictionary<string, string> Fonts = new();

0 commit comments

Comments
 (0)