Skip to content

Commit 1b8d331

Browse files
committed
Fixed whitespace
1 parent 5911391 commit 1b8d331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_generator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def check_plugin_project_files(
237237
assert dedent(
238238
f""" <div>
239239
<h2> Description </h2>
240-
<p>{ plugin_description }</p>
240+
<p>{plugin_description}</p>
241241
</div>"""
242242
)
243243
assert f'<py-script src="./{python_file}">' in contents

0 commit comments

Comments
 (0)