Skip to content

Commit

Permalink
Make pre-commit happy after pre-commit made me sad
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Aug 12, 2024
1 parent c68549e commit 7b9da87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/red_knot_python_semantic/src/types/infer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1544,7 +1544,7 @@ mod tests {
let src_root = SystemPathBuf::from("/src");

db.write_files(files)
.context("Failed to write test failes")?;
.context("Failed to write test files")?;

Program::from_settings(
&db,
Expand Down

0 comments on commit 7b9da87

Please sign in to comment.