diff options
author | Jared Weyer <v-jaredweyer@microsoft.com> | 2021-12-28 15:03:06 -0800 |
---|---|---|
committer | Jared Weyer <v-jaredweyer@microsoft.com> | 2021-12-28 15:03:19 -0800 |
commit | 80f6059295c6f978b298af1b38cf5f54d5204130 (patch) | |
tree | bee203f6563ec559a37e09dc32d9f4bc7275e921 | |
parent | 3bbf365259fadccefd7892636eaa29c3ce51aa0e (diff) | |
download | chef-80f6059295c6f978b298af1b38cf5f54d5204130.tar.gz |
removed whitespace for chefstyle
Signed-off-by: Jared Weyer <v-jaredweyer@microsoft.com>
-rw-r--r-- | kitchen-tests/cookbooks/end_to_end/recipes/_homebrew_tap.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/_homebrew_tap.rb b/kitchen-tests/cookbooks/end_to_end/recipes/_homebrew_tap.rb index 29c5e1e0b9..16600a92a0 100644 --- a/kitchen-tests/cookbooks/end_to_end/recipes/_homebrew_tap.rb +++ b/kitchen-tests/cookbooks/end_to_end/recipes/_homebrew_tap.rb @@ -1,5 +1,5 @@ homebrew_tap "chef/chef" -homebrew_tap "chef/chef" do +homebrew_tap "chef/chef" do action :untap end
\ No newline at end of file |