Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
PankajBhojwani committed Apr 30, 2024
1 parent db00b90 commit 3d92f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cascadia/TerminalSettingsModel/ActionMap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ namespace winrt::Microsoft::Terminal::Settings::Model::implementation
}
else
{
_KeyMap.insert_or_assign(keys, cmd.ID());
_KeyMap.insert_or_assign(keys, cmd.ID());
}

cmd.RegisterKey(keys);
Expand Down

0 comments on commit 3d92f27

Please sign in to comment.