Commit 80788f7
committed
minor #2599 fix missing }, reformat so it's visible (tacman)
This PR was merged into the 2.x branch.
Discussion
----------
fix missing }, reformat so it's visible
```twig
<div {{ stimulus_controller('chart',
{ 'name': 'Likes', 'data': [1, 2, 3, 4] },
{ 'loading': 'spinner' },
{ 'other': '.target' } ) }}>
```
Currently, the 'outlet' part is cut off:

Commits
-------
62ab378 fix missing }, reformat so it's visible1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
244 | 247 | | |
245 | 248 | | |
246 | 249 | | |
| |||
0 commit comments