Skip to content

Fix Layout/SpaceInsideParens in graphql specs

What does this MR do and why?

This MR fixes the Layout/SpaceInsideParens offenses in graphql specs

Screenshots or screen recordings

N/A

How to set up and validate locally

  1. Run the following command
bundle exec rubocop --auto-correct --only Layout/SpaceInsideParens spec/graphql ee/spec/graphql

There should be zero offenses

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #239356

Merge request reports