Commit a4190dd1 authored by stepshal's avatar stepshal

Match closing bracket identation of opening bracket's line.

parent 45de6ea8
......@@ -33,7 +33,7 @@ class Test:
script_args=['bdist_egg'],
name='foo',
py_modules=['hi']
))
))
os.makedirs(os.path.join('build', 'src'))
with contexts.quiet():
dist.parse_command_line()
......
......@@ -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(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment