diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-08-09 12:21:37 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-08-16 18:41:25 -0700 |
commit | 82ee3bd4f6a2d16a4d5d50759f31bd770e6aa875 (patch) | |
tree | 16256c3026b3f3d9494ac64cb472b21174dc77bd /lib/chef/cookbook | |
parent | cb760f9ab0f1a8d27f2fc5a607703f04b20e5c06 (diff) | |
download | chef-82ee3bd4f6a2d16a4d5d50759f31bd770e6aa875.tar.gz |
autofixing Style/AccessModifierIndentation cop
Diffstat (limited to 'lib/chef/cookbook')
-rw-r--r-- | lib/chef/cookbook/metadata.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/cookbook/metadata.rb b/lib/chef/cookbook/metadata.rb index 603f80748c..ab83da9e55 100644 --- a/lib/chef/cookbook/metadata.rb +++ b/lib/chef/cookbook/metadata.rb @@ -722,7 +722,7 @@ class Chef end end - private + private # Helper to match a gem style version (ohai_version/chef_version) against a set of # Gem::Dependency version constraints. If none are present, it always matches. if |