Skip to content

Commit

Permalink
chore: fix wrong namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBabbitt97 committed Jul 16, 2024
1 parent 42e5d20 commit c72e782
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// The Chroma Control Contributors licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using ChromaControl.SDK.OpenRGB.Hosting;
using ChromaControl.SDK.Synapse.Hosting;
using Microsoft.Extensions.DependencyInjection;

namespace ChromaControl.SDK.Synapse.Extensions;
Expand Down
3 changes: 1 addition & 2 deletions src/ChromaControl.SDK.Synapse/Hosting/SynapseHostService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
// The Chroma Control Contributors licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using ChromaControl.SDK.Synapse;
using ChromaControl.SDK.Synapse.Enums;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;

namespace ChromaControl.SDK.OpenRGB.Hosting;
namespace ChromaControl.SDK.Synapse.Hosting;

/// <summary>
/// The host service for Synapse.
Expand Down

0 comments on commit c72e782

Please sign in to comment.