Skip to content

Commit

Permalink
clippeeeyyyy
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars committed Aug 16, 2023
1 parent 3663dc6 commit 06b50e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/tauri/src/endpoints/file_system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,7 @@ impl Cmd {
) -> super::Result<()> {
let append = options
.as_ref()
.map(|opt| opt.append)
.flatten()
.and_then(|opt| opt.append)
.unwrap_or_default();

let resolved_path = resolve_path(
Expand Down

0 comments on commit 06b50e4

Please sign in to comment.