remote unneccesary borrow

This commit is contained in:
Kiril Videlov 2024-07-02 15:11:28 +02:00
parent 23503afd25
commit 6e8e6b7b9b
No known key found for this signature in database
GPG Key ID: A4C733025427C471

View File

@ -25,7 +25,7 @@ async fn workdir_vbranch_restore() -> anyhow::Result<()> {
let line_count = round * 20; let line_count = round * 20;
fs::write( fs::write(
worktree_dir.join(format!("file{round}.txt")), worktree_dir.join(format!("file{round}.txt")),
&make_lines(line_count), make_lines(line_count),
)?; )?;
let branch_id = controller let branch_id = controller
.create_virtual_branch( .create_virtual_branch(