Skip to content

Commit e7329c2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1b45d22 commit e7329c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_toml_file.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ def test_default_eol_is_os_linesep(tmpdir):
106106
with open(toml_path, "rb") as f:
107107
assert f.read() == b"a = 1" + linesep + b"b = 2" + linesep
108108

109+
109110
def test_readwrite_eol_windows(tmpdir):
110111
toml_path = str(tmpdir / "pyproject.toml")
111112
doc = TOMLDocument()

0 commit comments

Comments
 (0)