Skip to content

Commit 53c9785

Browse files
committed
refactor: fix missing import in the right file
1 parent 16d472a commit 53c9785

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

SoundSwitch/Framework/Audio/Lister/CachedAudioDeviceLister.cs

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
using SoundSwitch.Framework.NotificationManager;
2727
using SoundSwitch.Framework.Threading;
2828
using SoundSwitch.Model;
29-
using System.Linq;
3029

3130
namespace SoundSwitch.Framework.Audio.Lister
3231
{

SoundSwitch/Framework/Audio/Lister/Job/DebounceRefreshJob.cs

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
using NAudio.CoreAudioApi;
88
using Serilog;
99
using SoundSwitch.Model;
10+
using System.Linq;
11+
1012

1113
namespace SoundSwitch.Framework.Audio.Lister.Job;
1214

0 commit comments

Comments
 (0)