Skip to content

Commit ccb06a7

Browse files
committed
Run cargo fmt
1 parent 5aa1d1a commit ccb06a7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

gix-worktree-stream/tests/stream.rs

+5-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,11 @@ mod from_tree {
165165
),
166166
(
167167
"extra-exe".into(),
168-
if cfg!(windows) { EntryKind::Blob } else { EntryKind::BlobExecutable },
168+
if cfg!(windows) {
169+
EntryKind::Blob
170+
} else {
171+
EntryKind::BlobExecutable
172+
},
169173
hex_to_id("0000000000000000000000000000000000000000")
170174
),
171175
(

0 commit comments

Comments
 (0)