diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-11-24 19:38:39 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-11-24 21:38:00 -0800 |
commit | d77cb2108dfbe0f6ece03bae77859883526e1bcc (patch) | |
tree | 6c9a7b13f56c48ef3267e9a6e94f1391c2699e1a /lib/chef/cookbook_manifest.rb | |
parent | 3d7728a6ae3f7baed8c3d6bd4f1612607f6bce74 (diff) | |
download | chefstyle_fixes.tar.gz |
Resolve new spacing offenses in RuboCop 1.4chefstyle_fixes
If we really care we can turn this off, but it seems fine
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/cookbook_manifest.rb')
-rw-r--r-- | lib/chef/cookbook_manifest.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/cookbook_manifest.rb b/lib/chef/cookbook_manifest.rb index 6e79a880e9..84b0c0d58c 100644 --- a/lib/chef/cookbook_manifest.rb +++ b/lib/chef/cookbook_manifest.rb @@ -317,6 +317,7 @@ class Chef end end + class CookbookManifestVersions extend Chef::Mixin::VersionedAPIFactory |