Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Sep 30, 2024
1 parent 5659297 commit d68166a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client/windows.rs
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ impl RemoteFs for SmbFs {
debug!("creating {} for reading...", path_abs.display());

let writer = std::fs::OpenOptions::new()
.write(true)
.append(true)
.open(&path_abs)
.map_err(|e| RemoteError::new_ex(RemoteErrorType::IoError, e))
Expand Down

0 comments on commit d68166a

Please sign in to comment.