Remove unnecessary indentation in method

What does this MR do?

It simplifies the RegisterCommand.askRunner method by removing the indentation in the else branch.

Why was this MR needed?

To comply with our style guidelines and also because it fixes a false positive linter error that only manifests itself in CI as seen in !2187 (comment 372807629).

What's the best way to test this MR?

What are the relevant issue numbers?

Merge request reports

Loading