Skip to content

Commit 40db3b0

Browse files
committed
regen
1 parent 7a8fa12 commit 40db3b0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

crates/ty_ide/src/hover.rs

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,10 @@ mod tests {
262262
);
263263

264264
assert_snapshot!(test.hover(), @r"
265-
def my_func(a, b) -> Unknown
265+
def my_func(
266+
a,
267+
b
268+
) -> Unknown
266269
---------------------------------------------
267270
This is such a great func!!
268271
@@ -272,7 +275,10 @@ mod tests {
272275
273276
---------------------------------------------
274277
```python
275-
def my_func(a, b) -> Unknown
278+
def my_func(
279+
a,
280+
b
281+
) -> Unknown
276282
```
277283
---
278284
```text

0 commit comments

Comments
 (0)