Skip to content

Commit

Permalink
address new clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
konradsz committed Aug 25, 2024
1 parent b7c34da commit 3e13e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ impl App {

if let Some((file_name, _)) = self.result_list.get_selected_entry() {
self.context_viewer
.update_if_needed(&PathBuf::from(file_name), self.theme.as_ref());
.update_if_needed(PathBuf::from(file_name), self.theme.as_ref());
}
}

Expand Down

0 comments on commit 3e13e07

Please sign in to comment.