Skip to content

Commit

Permalink
fix: comma
Browse files Browse the repository at this point in the history
  • Loading branch information
jgutenplan committed May 4, 2024
1 parent 8ca78d0 commit a0bbf75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CiscoRoomOsCodec.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public class CiscoCodec
IJoinCalls,
IDeviceInfoProvider,
IHasPhoneDialing,
IVideoCodecUiExtensions,
IVideoCodecUiExtensions
{
public event EventHandler<AvailableLayoutsChangedEventArgs> AvailableLayoutsChanged;
public event EventHandler<CurrentLayoutChangedEventArgs> CurrentLayoutChanged;
Expand Down

0 comments on commit a0bbf75

Please sign in to comment.