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:
commit
a2b2657722
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue