Skip to content

Commit 3160b76

Browse files
committed
Fix missing space
1 parent 0b35e43 commit 3160b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-app/app/templates/index.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
groupName='grid'
130130
}}>
131131
{{#each @model.itemsGrid as |item|~}}
132-
<div class="col-120" data-test-grid-demo-handle tabindex='0'{{sortable-item model=item groupName='grid'}}>
132+
<div class="col-120" data-test-grid-demo-handle tabindex='0' {{sortable-item model=item groupName='grid'}}>
133133
<div class="card">
134134
<ItemPresenter @item={{item}} />
135135
</div>

0 commit comments

Comments
 (0)