## Actual behavior ```python def foo(a: int) -> bool: ``` becomes ```python def foo(a: int) - > bool: ``` and loses the indentation. ## Expected behavior To not change and indent on Enter.