mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 13:24:19 +00:00
Format code/fix broken CI build (#21997)
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
This commit is contained in:
parent
735849e201
commit
99dc85e6ec
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue