Skip to content

Commit 602c1cb

Browse files
committed
fix: missing newline at end of file
1 parent c03057c commit 602c1cb

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

modules/productcomments/views/js/productListingComments.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ var productListingComments = (function () {
125125
setEvents();
126126
}
127127
}
128-
})();
128+
})();

modules/productcomments/views/templates/hook/average-grade-stars.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
<div class="average-grade">({$grade|number_format:1})</div>
1313
{/if}
1414
</div>
15-
{/if}
15+
{/if}

modules/productcomments/views/templates/hook/post-comment-modal.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,4 @@
173173
modal_id='product-comment-post-error'
174174
modal_title={l s='Your review cannot be sent' d='Modules.Productcomments.Shop'}
175175
icon='error'
176-
}
176+
}

modules/productcomments/views/templates/hook/product-additional-info.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
</button>
1818
{/if}
1919
{/if}
20-
{/if}
20+
{/if}

modules/productcomments/views/templates/hook/product-comment-item-prototype.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
<i class="material-icons flag" data-icon="flag"></i> {l s='Report abuse' d='Modules.Productcomments.Shop'}
3939
</a>
4040
</div>
41-
</div>
41+
</div>

modules/productcomments/views/templates/hook/product-comments-list.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@
8383
modal_title={l s='Your report cannot be sent' d='Modules.Productcomments.Shop'}
8484
icon='error'
8585
}
86-
</div>
86+
</div>

0 commit comments

Comments
 (0)