## Description `commitizen` puts in extra newlines when processing `pyproject.toml`. ## Steps to reproduce Run `cz init` or `cz bump`. ## Current behavior The following is the `pyproject.toml` generated by `cz init`: ```toml [tool.commitizen] name = "cz_conventional_commits" version = "0.0.1" tag_format = "$version" ``` ## Desired behavior `pyproject.toml`: ```toml [tool.commitizen] name = "cz_conventional_commits" version = "0.0.1" tag_format = "$version" ``` **Screenshots**  ## Environment <!-- cz version python --version python3 -c "import platform; print(platform.system())" --> - commitizen version: 2.15.2 - python version: 3.9.2 - operating system: Windows 10 Version 2004