Skip to content

Commit da64921

Browse files
committed
fmt
1 parent 764e5e8 commit da64921

File tree

1 file changed

+1
-1
lines changed
  • crates/turborepo-scm/src

1 file changed

+1
-1
lines changed

crates/turborepo-scm/src/git.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,7 @@ mod tests {
11681168
// Create and commit all Unicode files
11691169
for filename in &test_files {
11701170
let file_path = root.join_component(filename);
1171-
file_path.create_with_contents(&format!("content for {}", filename))?;
1171+
file_path.create_with_contents(format!("content for {}", filename))?;
11721172
}
11731173

11741174
// Get changed files with uncommitted Unicode files

0 commit comments

Comments
 (0)