Skip to content

Commit ff1393b

Browse files
committed
refactor: Simplify namespace declaration and formatting in IDisplayCurrentInput interface
1 parent f80aa95 commit ff1393b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/PepperDash.Essentials.Devices.Common/Displays/Interfaces/IDisplayCurrentInput.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
using PepperDash.Core;
22

3-
namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
4-
{
5-
/// <summary>
6-
/// 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
7-
/// </summary>
8-
public interface IDisplayCurrentInput : IKeyName
3+
namespace PepperDash.Essentials.Core.DeviceTypeInterfaces;
4+
5+
/// <summary>
6+
/// 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
7+
/// </summary>
8+
public interface IDisplayCurrentInput : IKeyName
99
{
1010
/// <summary>
1111
/// Gets the Current Input feedback for the display device.

0 commit comments

Comments
 (0)