Fix indentation

This commit is contained in:
Samuel Sieg
2023-03-16 08:35:12 +01:00
parent b166f3fbf4
commit dae8b14469

View File

@@ -131,7 +131,7 @@ class CliAccessoryTest < CliTestCase
end
private
def run_command(*command)
stdouted { Mrsk::Cli::Accessory.start([*command, "-c", "test/fixtures/deploy_with_accessories.yml"]) }
end
def run_command(*command)
stdouted { Mrsk::Cli::Accessory.start([*command, "-c", "test/fixtures/deploy_with_accessories.yml"]) }
end
end