Skip to content

Commit 3115855

Browse files
committed
Minor formatting improvement
1 parent c646680 commit 3115855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setuptools/tests/test_build_meta.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,14 +272,14 @@ def test_build_with_existing_file_present(self, build_type, tmpdir_cwd):
272272
[metadata]
273273
name = foo
274274
version = file: VERSION
275-
"""
275+
"""
276276
),
277277
'pyproject.toml': DALS(
278278
"""
279279
[build-system]
280280
requires = ["setuptools", "wheel"]
281281
build-backend = "setuptools.build_meta"
282-
"""
282+
"""
283283
),
284284
}
285285

0 commit comments

Comments
 (0)