We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 764e5e8 commit da64921Copy full SHA for da64921
crates/turborepo-scm/src/git.rs
@@ -1168,7 +1168,7 @@ mod tests {
1168
// Create and commit all Unicode files
1169
for filename in &test_files {
1170
let file_path = root.join_component(filename);
1171
- file_path.create_with_contents(&format!("content for {}", filename))?;
+ file_path.create_with_contents(format!("content for {}", filename))?;
1172
}
1173
1174
// Get changed files with uncommitted Unicode files
0 commit comments