```python VERSION: Final = """{version} Copyright (C) 2022 """.format(version=__version__) ``` Expected: Nothing changed. Actual: ```python VERSION: Final = """{version} Copyright (C) 2022 """.format( version=__version__ ) ```
Expected: Nothing changed.
Actual: