summaryrefslogtreecommitdiff
path: root/lib/chef_zero/endpoints/file_store_file_endpoint.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef_zero/endpoints/file_store_file_endpoint.rb')
-rw-r--r--lib/chef_zero/endpoints/file_store_file_endpoint.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef_zero/endpoints/file_store_file_endpoint.rb b/lib/chef_zero/endpoints/file_store_file_endpoint.rb
index 4e20a5d..90b51da 100644
--- a/lib/chef_zero/endpoints/file_store_file_endpoint.rb
+++ b/lib/chef_zero/endpoints/file_store_file_endpoint.rb
@@ -1,4 +1,4 @@
-require 'chef_zero/rest_base'
+require "chef_zero/rest_base"
module ChefZero
module Endpoints
@@ -10,7 +10,7 @@ module ChefZero
end
def get(request)
- [200, {"Content-Type" => 'application/x-binary'}, get_data(request) ]
+ [200, { "Content-Type" => "application/x-binary" }, get_data(request) ]
end
def put(request)