Skip to content

Commit 3bc3678

Browse files
committed
missing fixing newline
1 parent 47ea892 commit 3bc3678

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

readthedocs/rtd_tests/tests/test_doc_builder.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ def setUp(self):
136136
BaseMkdocs.mkdocs_build_dir = tempfile.mkdtemp()
137137
BaseMkdocs.relative_output_dir = "_readthedocs/"
138138

139-
140139
@patch("readthedocs.doc_builder.backends.mkdocs.BaseMkdocs.docs_dir")
141140
@patch("readthedocs.doc_builder.backends.mkdocs.BaseMkdocs.run")
142141
@patch("readthedocs.builds.models.Version.get_mkdocs_yaml_path")
@@ -175,4 +174,4 @@ def test_project_without_mkdocs_yaml(
175174
self.assertEqual(
176175
e.exception.message_id,
177176
MkDocsYAMLParseError.NOT_FOUND,
178-
)
177+
)

0 commit comments

Comments
 (0)