Skip to content

Commit

Permalink
refactor(AudioPolicyConfigFactory): Make factory static
Browse files Browse the repository at this point in the history
  • Loading branch information
Belphemur committed Oct 23, 2021
1 parent eb0d986 commit 5d7846f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace SoundSwitch.Audio.Manager.Interop.Client.Extended.Factory
{
internal sealed class AudioPolicyConfigFactory
internal static class AudioPolicyConfigFactory
{
private const int OS_21H2_VERSION = 21390;

Expand Down

0 comments on commit 5d7846f

Please sign in to comment.