summaryrefslogtreecommitdiff
path: root/lib/chef_zero/data_store/data_not_found_error.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef_zero/data_store/data_not_found_error.rb')
-rw-r--r--lib/chef_zero/data_store/data_not_found_error.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef_zero/data_store/data_not_found_error.rb b/lib/chef_zero/data_store/data_not_found_error.rb
index a73d767..508b460 100644
--- a/lib/chef_zero/data_store/data_not_found_error.rb
+++ b/lib/chef_zero/data_store/data_not_found_error.rb
@@ -16,7 +16,7 @@
# limitations under the License.
#
-require 'chef_zero/data_store/data_error'
+require "chef_zero/data_store/data_error"
module ChefZero
module DataStore
@@ -26,4 +26,4 @@ module ChefZero
end
end
end
-end \ No newline at end of file
+end