mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
fmt
This commit is contained in:
parent
6f87f9c51f
commit
72655fc41d
@ -4114,7 +4114,11 @@ mod tests {
|
|||||||
|
|
||||||
std::fs::remove_file(work_dir.join(B_TXT)).unwrap();
|
std::fs::remove_file(work_dir.join(B_TXT)).unwrap();
|
||||||
std::fs::remove_dir_all(work_dir.join("c")).unwrap();
|
std::fs::remove_dir_all(work_dir.join("c")).unwrap();
|
||||||
std::fs::write(work_dir.join(DOTGITIGNORE), [IGNORE_RULE, "f.txt"].join("\n")).unwrap();
|
std::fs::write(
|
||||||
|
work_dir.join(DOTGITIGNORE),
|
||||||
|
[IGNORE_RULE, "f.txt"].join("\n"),
|
||||||
|
)
|
||||||
|
.unwrap();
|
||||||
|
|
||||||
git_add(Path::new(DOTGITIGNORE), &repo);
|
git_add(Path::new(DOTGITIGNORE), &repo);
|
||||||
git_commit("Committing modified git ignore", &repo);
|
git_commit("Committing modified git ignore", &repo);
|
||||||
|
Loading…
Reference in New Issue
Block a user