Skip to content

Commit

Permalink
Indent importmap block (#1295)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas authored Feb 21, 2024
1 parent a9a2bc1 commit dc5565b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symfony/asset-mapper/6.4/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"add-lines": [
{
"file": "templates/base.html.twig",
"content": "{% block importmap %}{{ importmap('app') }}{% endblock %}",
"content": " {% block importmap %}{{ importmap('app') }}{% endblock %}",
"position": "after_target",
"target": "{% block javascripts %}",
"warn_if_missing": true
Expand Down

0 comments on commit dc5565b

Please sign in to comment.