summaryrefslogtreecommitdiff
path: root/lib/chef_zero/data_store/interface_v1.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef_zero/data_store/interface_v1.rb')
-rw-r--r--lib/chef_zero/data_store/interface_v1.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef_zero/data_store/interface_v1.rb b/lib/chef_zero/data_store/interface_v1.rb
index 8630a35..0a406f5 100644
--- a/lib/chef_zero/data_store/interface_v1.rb
+++ b/lib/chef_zero/data_store/interface_v1.rb
@@ -24,7 +24,7 @@ module ChefZero
end
# Get a file.
- def get(path, request=nil)
+ def get(path, request = nil)
raise "get not implemented by class #{self.class}"
end