From 498d60207ce6664f0ca807b3f7a4690b3097014c Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Tue, 9 Aug 2016 12:31:01 -0700 Subject: autofixing Style/SpaceBeforeSemicolon cop --- lib/chef/exceptions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef/exceptions.rb') 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 -- cgit v1.2.1