Skip to content

Commit

Permalink
fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanMulawski committed Aug 28, 2023
1 parent 93fd0f0 commit ae4456e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/FanControl.CorsairLink/SiUsbXpressDeviceManager.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using CorsairLink.Asetek;
using CorsairLink.Devices;
using CorsairLink.Devices.FlexUsbPsu;
using CorsairLink.FlexUsb;
using CorsairLink.SiUsbXpress;
using CorsairLink.SiUsbXpress.Driver;
Expand Down
2 changes: 1 addition & 1 deletion src/devices/flex_usb_psu/FlexUsbPsuDevice.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using CorsairLink.FlexUsb;
using System.Text;

namespace CorsairLink.Devices.FlexUsbPsu;
namespace CorsairLink.Devices;

public sealed class FlexUsbPsuDevice : DeviceBase
{
Expand Down

0 comments on commit ae4456e

Please sign in to comment.