Skip to content

Commit

Permalink
Lint align multiline code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie committed Jan 8, 2024
1 parent 095a92a commit 36fcbbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/placements/support/providers/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<div class="govuk-grid-column-two-thirds">
<div class="govuk-form-group">
<%= f.govuk_text_field :provider_code, value: params[:provider_code],
label: { text: t(".title"), size: "l" },
caption: { text: t(".caption") },
id: "accredited-provider-search-form-query-field" %>
label: { text: t(".title"), size: "l" },
caption: { text: t(".caption") },
id: "accredited-provider-search-form-query-field" %>

<div id="accredited-provider-autocomplete" class="govuk-!-margin-bottom-7"></div>
</div>
Expand Down

0 comments on commit 36fcbbe

Please sign in to comment.