Skip to content

Commit

Permalink
fixed format
Browse files Browse the repository at this point in the history
  • Loading branch information
rachancheet committed Mar 4, 2024
1 parent 3ce4ff3 commit 52a273a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wayshot/src/wayshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fn main() -> Result<()> {
} else {
if pathbuf.is_dir() {
pathbuf.push(utils::get_default_file_name(requested_encoding));
}
}
Some(pathbuf)
}
}
Expand Down

0 comments on commit 52a273a

Please sign in to comment.