PyCQA / isort

A Python utility / library to sort imports.
https://pycqa.github.io/isort/
MIT License
6.53k stars 583 forks source link

docs(configuration/options.md): fix missing trailing spaces for hard linebreak #2157

Closed JoeyTeng closed 1 year ago

JoeyTeng commented 1 year ago

As far as I checked, this is the only place with the trailing spaces missing in this file.

codecov[bot] commented 1 year ago

Codecov Report

Merging #2157 (ea78ad3) into main (5cdc6c4) will not change coverage. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2157 +/- ## ======================================= Coverage 99.22% 99.22% ======================================= Files 38 38 Lines 3087 3087 Branches 747 747 ======================================= Hits 3063 3063 Misses 14 14 Partials 10 10 ```
staticdev commented 1 year ago

Thanks @JoeyTeng