lib/riak/errors/backend_creation.rb in riak-client-2.3.0 vs lib/riak/errors/backend_creation.rb in riak-client-2.3.1
- old
+ new
@@ -1,9 +1,9 @@
-require 'riak/errors/base'
-
-module Riak
- class BackendCreationError < Error
- def initialize(backend)
- super t('protobuffs_configuration', backend: backend)
- end
- end
-end
+require 'riak/errors/base'
+
+module Riak
+ class BackendCreationError < Error
+ def initialize(backend)
+ super t('protobuffs_configuration', backend: backend)
+ end
+ end
+end