Skip to content

Commit 612ae7a

Browse files
committed
GC: Fix serveral style and nit issues
Signed-off-by: Chaser Huang <huangkangjing@gmail.com>
1 parent 9988c5c commit 612ae7a

File tree

2 files changed

+120
-75
lines changed

2 files changed

+120
-75
lines changed

crates/cfsctl/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ where
408408
root_streams,
409409
force,
410410
} => {
411-
repo.gc(root_images, root_streams, force)?;
411+
repo.gc(&root_images, &root_streams, force)?;
412412
}
413413
#[cfg(feature = "http")]
414414
Command::Fetch { url, name } => {

0 commit comments

Comments
 (0)