Skip to content

Commit

Permalink
Fix rustfmt error
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxxcode committed Jan 31, 2024
1 parent 7357639 commit 51951b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/file_dialog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ impl FileDialog {
pub fn selected(&self) -> Option<&Path> {
match &self.state {
DialogState::Selected(path) => Some(path),
_ => None
_ => None,
}
}

Expand Down

0 comments on commit 51951b1

Please sign in to comment.