Skip to content

Commit

Permalink
CodeFactor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simnico99 committed Feb 10, 2023
1 parent 9f69974 commit 92d76d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MicaWPF/Services/ThemeService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ public sealed class ThemeService : IThemeService
public WindowsTheme CurrentTheme { get => GetTheme(); private set => _currentTheme = value; }
public bool IsThemeAware { get; private set; }


static ThemeService()
{
Current = new();
Expand Down

0 comments on commit 92d76d3

Please sign in to comment.