From 99dc85e6ec824a634e3761fd26fe89e4bc9bd928 Mon Sep 17 00:00:00 2001 From: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Date: Fri, 13 Dec 2024 23:25:54 +0100 Subject: [PATCH] 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 --- crates/languages/src/python.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/languages/src/python.rs b/crates/languages/src/python.rs index bd88f8c1f8c05c871550b773ea46838a143a1660..a0465745b52d485debed56ce28828b0ec407c8a8 100644 --- a/crates/languages/src/python.rs +++ b/crates/languages/src/python.rs @@ -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(),