Skip to content

Commit cfddd52

Browse files
committed
style: add an empty line
1 parent 52d95d7 commit cfddd52

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/one_file_system.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ fn same_device_on_sample_workspace() {
6666
.into_par_sorted(|left, right| left.name().cmp(right.name()))
6767
.into_reflection()
6868
.pipe(sanitize_tree_reflection);
69+
6970
let staying = DeviceBoundary::Stay
7071
.pipe(build_tree)
7172
.into_par_sorted(|left, right| left.name().cmp(right.name()))

0 commit comments

Comments
 (0)