Update keybinding.rs

This commit is contained in:
Nate Butler 2023-11-28 15:12:40 -05:00
parent 3855413725
commit 21755c7d20

View file

@ -13,7 +13,7 @@ pub struct KeyBinding {
impl RenderOnce for KeyBinding {
type Rendered = Div;
fn render(self, _cx: &mut WindowContext) -> Self::Rendered {
fn render(self, cx: &mut WindowContext) -> Self::Rendered {
h_stack()
.flex_none()
.gap_2()