summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-01-12 08:06:02 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2016-01-12 08:06:02 -0800
commitd68bd578761780618e73ce1443788c463d73fe67 (patch)
tree4867db762be1873e8a50e787b1bbd46e58a180b7 /lib/chef
parent0944320b72ee1ab16a18a149f5ecb743ace0c0d3 (diff)
downloadchef-d68bd578761780618e73ce1443788c463d73fe67.tar.gz
fix some lint cops
fixes the following offenses: 46 Lint/EndAlignment 21 Lint/BlockAlignment 3 Lint/SpaceBeforeFirstArg 1 Lint/DefEndAlignment
Diffstat (limited to 'lib/chef')
-rw-r--r--lib/chef/provider/package/windows.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/package/windows.rb b/lib/chef/provider/package/windows.rb
index fc90079846..43972c933c 100644
--- a/lib/chef/provider/package/windows.rb
+++ b/lib/chef/provider/package/windows.rb
@@ -109,7 +109,7 @@ class Chef
io.seek(io.tell() - overlap)
end
end
- end
+ end
# if file is named 'setup.exe' assume installshield
if basename == 'setup.exe'