summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jacob <adam@opscode.com>2010-03-31 14:07:19 -0700
committerAdam Jacob <adam@opscode.com>2010-03-31 14:07:19 -0700
commitf73f5a81c5a487fb9ccbcc84eede1fd9161e5caa (patch)
treee801cab128b7785bee1d29f4ab33f39bd250794a
parent08e0719d1374978760ef84b3c6c0838b20d077aa (diff)
downloadchef-f73f5a81c5a487fb9ccbcc84eede1fd9161e5caa.tar.gz
Fixing whitespace
-rw-r--r--chef/lib/chef/exceptions.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/chef/lib/chef/exceptions.rb b/chef/lib/chef/exceptions.rb
index ce4356afdc..f0fb60f778 100644
--- a/chef/lib/chef/exceptions.rb
+++ b/chef/lib/chef/exceptions.rb
@@ -36,7 +36,6 @@ class Chef
class PrivateKeyMissing < RuntimeError; end
class CannotWritePrivateKey < RuntimeError; end
class RoleNotFound < RuntimeError; end
-
class ValidationFailed < ArgumentError; end
end
end