Skip to content

Commit b791fcf

Browse files
committed
Format code
1 parent 085e4c7 commit b791fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/ops/cargo_install.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ fn install_one(
239239
}
240240

241241
ws
242-
},
242+
}
243243
};
244244
ws.set_ignore_lock(config.lock_update_allowed());
245245
let pkg = git_package.map_or_else(|| ws.current(), |pkg| Ok(pkg))?;

0 commit comments

Comments
 (0)