summaryrefslogtreecommitdiff
path: root/lib/chef_zero/endpoints/role_endpoint.rb
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2016-07-29 17:32:49 +0100
committerGitHub <noreply@github.com>2016-07-29 17:32:49 +0100
commite37ffed627248082b138bb87123dcb1e5be074b2 (patch)
tree8ae8aa3992b4037cbaf274b18577d79e69019906 /lib/chef_zero/endpoints/role_endpoint.rb
parentf4b93097a44daea4c6346ad855cb5b8d02cad328 (diff)
parente257f450c044616fefbd15e9a180387aaaa572a1 (diff)
downloadchef-zero-e37ffed627248082b138bb87123dcb1e5be074b2.tar.gz
Merge pull request #230 from chef/tm/style
ChefStyle
Diffstat (limited to 'lib/chef_zero/endpoints/role_endpoint.rb')
-rw-r--r--lib/chef_zero/endpoints/role_endpoint.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef_zero/endpoints/role_endpoint.rb b/lib/chef_zero/endpoints/role_endpoint.rb
index 0325169..654afca 100644
--- a/lib/chef_zero/endpoints/role_endpoint.rb
+++ b/lib/chef_zero/endpoints/role_endpoint.rb
@@ -1,6 +1,6 @@
-require 'ffi_yajl'
-require 'chef_zero/endpoints/rest_object_endpoint'
-require 'chef_zero/chef_data/data_normalizer'
+require "ffi_yajl"
+require "chef_zero/endpoints/rest_object_endpoint"
+require "chef_zero/chef_data/data_normalizer"
module ChefZero
module Endpoints