Skip to content

Commit 2a1c883

Browse files
committed
Update comment
1 parent beafa9d commit 2a1c883

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/ruff_python_formatter/src/other/parameters.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ pub(crate) fn find_parameter_separators(
450450
// * `f(a, /, b)`
451451
// * `f(a, /, *b)`
452452
// * `f(a, /, *, b)`
453+
// * `f(a, /, *, **b)`
453454
// * `f(a, /)`
454455
let slash_following_start = parameters
455456
.args

0 commit comments

Comments
 (0)