Skip to content

Commit

Permalink
Fix .lock and EventsListener visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
edmocosta committed Jan 8, 2024
1 parent e0b7227 commit 0316458
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/cli/commands/tui/events.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::commands::tui::app::AppData;
use crossterm::event::KeyEvent;

pub trait EventsListener {
pub(crate) trait EventsListener {
fn update(&mut self, app_data: &AppData);
fn reset(&mut self);
fn focus_gained(&mut self, _: &AppData) {}
Expand Down

0 comments on commit 0316458

Please sign in to comment.