summaryrefslogtreecommitdiff
path: root/lib/chef/exceptions.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-08-09 12:31:01 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2016-08-16 18:41:25 -0700
commit498d60207ce6664f0ca807b3f7a4690b3097014c (patch)
tree2bf61e71d06b1a577c1b984765c20a0f64ec8ccf /lib/chef/exceptions.rb
parente792cfd2df516c13ae5ca6ce1eed2b8e10628581 (diff)
downloadchef-498d60207ce6664f0ca807b3f7a4690b3097014c.tar.gz
autofixing Style/SpaceBeforeSemicolon cop
Diffstat (limited to 'lib/chef/exceptions.rb')
-rw-r--r--lib/chef/exceptions.rb2
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