Skip to content

Commit

Permalink
Merge pull request #6 from Kodiak-Web/main
Browse files Browse the repository at this point in the history
visual from_file typo fix
  • Loading branch information
dankamongmen authored Jun 11, 2024
2 parents aa34ce9 + 8b7f4db commit cb44ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/visual/visual.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ impl Visual {
///
/// It needs notcurses to be compiled with multimedia capabilities.
#[inline]
pub fn from_file(self, file: &str) -> Result<Visual> {
pub fn from_file(file: &str) -> Result<Visual> {
Visual::builder().build_from_file(file)
}

Expand Down

0 comments on commit cb44ace

Please sign in to comment.