Skip to content

Commit e76d413

Browse files
author
Roy Lin
committed
style(runtime): rustfmt the rootfs-cache in-use-guard test
1 parent 38a01e2 commit e76d413

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/runtime/src/cache/rootfs_cache.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,11 @@ mod tests {
538538
cache.get("k0").unwrap().is_some(),
539539
"the in-use (protected) lower must survive prune"
540540
);
541-
assert_eq!(cache.entry_count().unwrap(), 2, "k0 + one unprotected remain");
541+
assert_eq!(
542+
cache.entry_count().unwrap(),
543+
2,
544+
"k0 + one unprotected remain"
545+
);
542546
}
543547

544548
#[test]

0 commit comments

Comments
 (0)