diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-05-06 16:54:20 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-05-06 16:54:20 -0700 |
commit | bed3ecfb36c61ec78b93155ad4ae3f3a01a2f57f (patch) | |
tree | 9cb0c8fd6f4bdf274a5d3d07be8d2c07b773e3f4 /lib/chef/dsl | |
parent | b39cf567a0e39c989c85bfc92b5352a655eeac05 (diff) | |
download | chef-bed3ecfb36c61ec78b93155ad4ae3f3a01a2f57f.tar.gz |
Align all our comments with the code
Autocorrected with chefstyle after enabling that cop. It was very hard to read some complex autocorrected blocks w/o this.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/dsl')
-rw-r--r-- | lib/chef/dsl/platform_introspection.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/dsl/platform_introspection.rb b/lib/chef/dsl/platform_introspection.rb index e8fe616084..794f807f23 100644 --- a/lib/chef/dsl/platform_introspection.rb +++ b/lib/chef/dsl/platform_introspection.rb @@ -168,7 +168,7 @@ class Chef has_platform end - # Implementation class for determining platform family dependent values + # Implementation class for determining platform family dependent values class PlatformFamilyDependentValue # Create a platform family dependent value object. |