From ebb2177745c51f0d85ccd21ef1dab814c8559831 Mon Sep 17 00:00:00 2001 From: Micha Reiser Date: Fri, 8 Mar 2024 15:37:42 +0100 Subject: [PATCH] Update comment --- crates/ruff_python_formatter/src/other/parameters.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/ruff_python_formatter/src/other/parameters.rs b/crates/ruff_python_formatter/src/other/parameters.rs index d6ec62fa71893..da42179920cf7 100644 --- a/crates/ruff_python_formatter/src/other/parameters.rs +++ b/crates/ruff_python_formatter/src/other/parameters.rs @@ -450,6 +450,7 @@ pub(crate) fn find_parameter_separators( // * `f(a, /, b)` // * `f(a, /, *b)` // * `f(a, /, *, b)` + // * `f(a, /, *, **b)` // * `f(a, /)` let slash_following_start = parameters .args