Merge branch 'sh-fix-prettier-failures' into 'master'

Run prettier on squash_before_merge.vue

See merge request gitlab-org/gitlab-ce!24413
This commit is contained in:
Kushal Pandya 2019-01-16 07:49:54 +00:00
commit a2b2657722
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ export default {
type="checkbox"
name="squash"
class="qa-squash-checkbox"
@change="$emit('input', $event.target.checked);"
@change="$emit('input', $event.target.checked)"
/>
{{ __('Squash commits') }}
</label>