diff options
| author | stepshal <nessento@openmailbox.org> | 2016-07-14 08:58:30 +0700 |
|---|---|---|
| committer | stepshal <nessento@openmailbox.org> | 2016-07-14 12:43:32 +0700 |
| commit | a4190dd14802db1017f67332919377c9e14f95ad (patch) | |
| tree | 32c30d9860c337633f92744de1987d64982ba9c4 /setuptools/tests/test_egg_info.py | |
| parent | 45de6ea8b9392771a6a14e012605614a7c148506 (diff) | |
| download | python-setuptools-git-a4190dd14802db1017f67332919377c9e14f95ad.tar.gz | |
Match closing bracket identation of opening bracket's line.
Diffstat (limited to 'setuptools/tests/test_egg_info.py')
| -rw-r--r-- | setuptools/tests/test_egg_info.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/test_egg_info.py b/setuptools/tests/test_egg_info.py index afbda2cc..dea7f992 100644 --- a/setuptools/tests/test_egg_info.py +++ b/setuptools/tests/test_egg_info.py @@ -179,7 +179,7 @@ class TestEggInfo(object): """ % requires_line) build_files({ 'setup.py': setup_script, - }) + }) def test_install_requires_with_markers(self, tmpdir_cwd, env): self._setup_script_with_requires( |
