diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-08-09 12:31:01 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-08-16 18:41:25 -0700 |
commit | 498d60207ce6664f0ca807b3f7a4690b3097014c (patch) | |
tree | 2bf61e71d06b1a577c1b984765c20a0f64ec8ccf /lib/chef/exceptions.rb | |
parent | e792cfd2df516c13ae5ca6ce1eed2b8e10628581 (diff) | |
download | chef-498d60207ce6664f0ca807b3f7a4690b3097014c.tar.gz |
autofixing Style/SpaceBeforeSemicolon cop
Diffstat (limited to 'lib/chef/exceptions.rb')
-rw-r--r-- | lib/chef/exceptions.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/exceptions.rb b/lib/chef/exceptions.rb index 43759568a7..a4d5ff60e2 100644 --- a/lib/chef/exceptions.rb +++ b/lib/chef/exceptions.rb @@ -184,7 +184,7 @@ class Chef # A different version of a cookbook was added to a # VersionedRecipeList than the one already there. - class CookbookVersionConflict < ArgumentError ; end + class CookbookVersionConflict < ArgumentError; end # does not follow X.Y.Z format. ArgumentError? class InvalidPlatformVersion < ArgumentError; end |