Skip to content

Commit

Permalink
Format code/fix broken CI build (#21997)
Browse files Browse the repository at this point in the history
In #21981 the CI didn't run for whatever reason. I've merged based off
of CI state alone and that led to CI breaking on main.

Release Notes:

- N/A
  • Loading branch information
osiewicz authored Dec 13, 2024
1 parent 735849e commit 99dc85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/languages/src/python.rs
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ impl ContextProvider for PythonContextProvider {
args: vec![
"-m".to_owned(),
"unittest".to_owned(),
PYTHON_TEST_TARGET_TASK_VARIABLE.template_value_with_whitespace()
PYTHON_TEST_TARGET_TASK_VARIABLE.template_value_with_whitespace(),
],
tags: vec![
"python-unittest-class".to_owned(),
Expand Down

0 comments on commit 99dc85e

Please sign in to comment.