From dae8b144699c38ec86d76dda4b35f3dbcef4a3de Mon Sep 17 00:00:00 2001 From: Samuel Sieg Date: Thu, 16 Mar 2023 08:35:12 +0100 Subject: [PATCH] Fix indentation --- test/cli/accessory_test.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/cli/accessory_test.rb b/test/cli/accessory_test.rb index 55a1be0b..fc6c25fb 100644 --- a/test/cli/accessory_test.rb +++ b/test/cli/accessory_test.rb @@ -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