Skip to content

Commit

Permalink
Automated JetBrains cleanup
Browse files Browse the repository at this point in the history
Co-authored-by:  <[email protected]>
  • Loading branch information
github-actions[bot] committed Dec 13, 2024
1 parent 54b9803 commit 7008b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Consolonia.Core/Infrastructure/DefaultNetConsole.cs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public static Key ConvertToKey(ConsoleKey consoleKey)
{
if (KeyMapping.TryGetValue(consoleKey, out Key key)) return key;

if(!Enum.IsDefined(consoleKey))
if (!Enum.IsDefined(consoleKey))
throw new NotImplementedException();

if (!Enum.TryParse(consoleKey.ToString(), out key))
Expand Down

0 comments on commit 7008b57

Please sign in to comment.