Skip to content

Commit

Permalink
Fixup newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjones committed Sep 25, 2024
1 parent bcbd7e1 commit a0067f1
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 19 deletions.
2 changes: 1 addition & 1 deletion lib/importer/assets/docs/component-table-view.html
Original file line number Diff line number Diff line change
Expand Up @@ -303,4 +303,4 @@ <h2 class="govuk-heading-l">When to not use this component</h2>
</footer>
</body>

</html>
</html>
2 changes: 1 addition & 1 deletion lib/importer/assets/js/class_list.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if ("document" in self) {
// Full polyfill for browsers with no classList support
// Including IE < Edge missing SVGElement.classList
if (
!("classList" in document.createElement("_"))
!("classList" in document.createElement("_"))
|| document.createElementNS
&& !("classList" in document.createElementNS("http://www.w3.org/2000/svg","g"))
) {
Expand Down
2 changes: 1 addition & 1 deletion lib/importer/nunjucks/importer/macros/footer_selector.njk
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
{% set caption = importerGetTableCaption(data, "Last", count) %}

{{ importerRangeSelector(rows, caption) }}
{% endmacro %}
{% endmacro %}
2 changes: 1 addition & 1 deletion lib/importer/nunjucks/importer/macros/header_selector.njk
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
{% set caption = importerGetTableCaption(data, "First", count) %}

{{ importerRangeSelector(rows, caption) }}
{% endmacro %}
{% endmacro %}
4 changes: 1 addition & 3 deletions lib/importer/nunjucks/importer/macros/range_selector.njk
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,4 @@
{% endfor %}
</tbody>
</table>


{% endmacro %}
{% endmacro %}
2 changes: 1 addition & 1 deletion lib/importer/templates/review.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ <h1 class="govuk-heading-l">Review your data</h1>
</form>
</div>
</div>
{% endblock %}
{% endblock %}
2 changes: 1 addition & 1 deletion lib/importer/templates/select_footer_row.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ <h1 class="govuk-fieldset__heading">
</form>
</div>
</div>
{% endblock %}
{% endblock %}
2 changes: 1 addition & 1 deletion lib/importer/templates/select_header_row.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ <h1 class="govuk-fieldset__heading">
</form>
</div>
</div>
{% endblock %}
{% endblock %}
2 changes: 1 addition & 1 deletion lib/importer/templates/select_sheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ <h1 class="govuk-fieldset__heading">
</form>
</div>
</div>
{% endblock %}
{% endblock %}
2 changes: 1 addition & 1 deletion lib/importer/templates/success.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ <h2 class="govuk-heading-m">What happens next</h2>
</div>
</main>
</div>
{% endblock %}
{% endblock %}
2 changes: 1 addition & 1 deletion prototypes/basic/app/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ <h1 class="govuk-heading-xl">
</div>
</div>

{% endblock %}
{% endblock %}
2 changes: 1 addition & 1 deletion prototypes/basic/app/views/review.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ <h1 class="govuk-heading-l">Review your data</h1>
</form>
</div>
</div>
{% endblock %}
{% endblock %}
2 changes: 1 addition & 1 deletion prototypes/basic/app/views/select_footer_row.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ <h1 class="govuk-fieldset__heading">
</form>
</div>
</div>
{% endblock %}
{% endblock %}
2 changes: 1 addition & 1 deletion prototypes/basic/app/views/select_header_row.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ <h1 class="govuk-fieldset__heading">
</form>
</div>
</div>
{% endblock %}
{% endblock %}
2 changes: 1 addition & 1 deletion prototypes/basic/app/views/select_sheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ <h1 class="govuk-fieldset__heading">
</form>
</div>
</div>
{% endblock %}
{% endblock %}
2 changes: 1 addition & 1 deletion prototypes/basic/app/views/success.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ <h2 class="govuk-heading-m">What happens next</h2>
</div>
</main>
</div>
{% endblock %}
{% endblock %}
2 changes: 1 addition & 1 deletion prototypes/basic/app/views/upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ <h1 class="govuk-heading-l">Upload your data</h1>
</div>


{% endblock %}
{% endblock %}

0 comments on commit a0067f1

Please sign in to comment.