chore: revert the rails whitespace change

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-08-22 11:29:53 +02:00
parent 399286d7dd
commit 4c85095c1f
@@ -57,6 +57,7 @@ export class RailsNewRunner {
const baseCommand = 'rails';
const baseArguments = ['new'];
const commandExistsToRun = await commandExists(baseCommand);
if (commandExistsToRun) {
const arrayExtraArguments = railsArgumentResolver(
workspacePath,