Skip to content

Commit aed7fc7

Browse files
committed
fix template formatting
1 parent a15c334 commit aed7fc7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/test_app/templates/base.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@
1717
<h1>IDOM Test Page</h1>
1818
<div>{% idom_component "test_app.components.HelloWorld" %}</div>
1919
<div>{% idom_component "test_app.components.Button" %}</div>
20-
<div>
21-
{% idom_component "test_app.components.ParametrizedComponent" x=123 y=456
22-
%}
23-
</div>
20+
<div>{% idom_component "test_app.components.ParametrizedComponent" x=123 y=456 %}</div>
2421
<div>{% idom_component "test_app.components.SimpleBarChart" %}</div>
2522
</body>
2623
</html>

0 commit comments

Comments
 (0)