diff --git a/src/PepperDash.Essentials.Devices.Common/Displays/Interfaces/IDisplayCurrentInput.cs b/src/PepperDash.Essentials.Devices.Common/Displays/Interfaces/IDisplayCurrentInput.cs
index dde208c8..f2aa91f4 100644
--- a/src/PepperDash.Essentials.Devices.Common/Displays/Interfaces/IDisplayCurrentInput.cs
+++ b/src/PepperDash.Essentials.Devices.Common/Displays/Interfaces/IDisplayCurrentInput.cs
@@ -1,11 +1,11 @@
using PepperDash.Core;
-namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
-{
- ///
- /// Defines the contract for a display device that has current input information. This is used to provide a common interface for the TwoWayDisplayBaseMessenger to get current input information without requiring the full TwoWayDisplayBase class
- ///
- public interface IDisplayCurrentInput : IKeyName
+namespace PepperDash.Essentials.Core.DeviceTypeInterfaces;
+
+///
+/// Defines the contract for a display device that has current input information. This is used to provide a common interface for the TwoWayDisplayBaseMessenger to get current input information without requiring the full TwoWayDisplayBase class
+///
+public interface IDisplayCurrentInput : IKeyName
{
///
/// Gets the Current Input feedback for the display device.