Skip to content

Commit c973a6d

Browse files
rustfmt
1 parent 684391e commit c973a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cargo-util/src/paths.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ fn exclude_from_content_indexing(path: &Path) {
690690
unsafe {
691691
SetFileAttributesW(
692692
path.as_ptr(),
693-
GetFileAttributesW(path.as_ptr()) | FILE_ATTRIBUTE_NOT_CONTENT_INDEXED
693+
GetFileAttributesW(path.as_ptr()) | FILE_ATTRIBUTE_NOT_CONTENT_INDEXED,
694694
);
695695
}
696696
}

0 commit comments

Comments
 (0)