summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalim Alam <salam@chef.io>2015-08-17 10:36:11 -0700
committerSalim Alam <salam@chef.io>2015-08-20 17:39:32 -0700
commit10e6a75cfaa04aecee578dd3173173f5aac5ea31 (patch)
tree5adf8f996b7532e283384bf186ccf1cd6d451037
parent22d2e56f8c3e1b1cb3991ebfbb856092a7c1b6b8 (diff)
downloadchef-10e6a75cfaa04aecee578dd3173173f5aac5ea31.tar.gz
Fix indent
-rw-r--r--spec/unit/mixin/windows_architecture_helper_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/unit/mixin/windows_architecture_helper_spec.rb b/spec/unit/mixin/windows_architecture_helper_spec.rb
index cb9dea970d..55eca28dc2 100644
--- a/spec/unit/mixin/windows_architecture_helper_spec.rb
+++ b/spec/unit/mixin/windows_architecture_helper_spec.rb
@@ -83,5 +83,6 @@ describe Chef::Mixin::WindowsArchitectureHelper do
@valid_architectures.each do | architecture |
yield new_node, architecture if block_given?
end
+ end
end
end