Run prettier on squash_before_merge.vue

This commit is contained in:
Stan Hu 2019-01-15 21:51:21 -08:00
parent c18a214ec0
commit 5dd2f1fc70
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>