Run prettier on squash_before_merge.vue
This commit is contained in:
parent
c18a214ec0
commit
5dd2f1fc70
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