Commit 5dd2f1fc authored by Stan Hu's avatar Stan Hu

Run prettier on squash_before_merge.vue

parent c18a214e
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment