From 4cacd849677b8fe41d4281c2724bc0e2a3e90207 Mon Sep 17 00:00:00 2001 From: Faizaan Gagan Date: Sat, 8 May 2021 23:38:26 +0530 Subject: [PATCH] code formatting --- lib/custom_wizard/exceptions/exceptions.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/custom_wizard/exceptions/exceptions.rb b/lib/custom_wizard/exceptions/exceptions.rb index 5560efc8..b5014d27 100644 --- a/lib/custom_wizard/exceptions/exceptions.rb +++ b/lib/custom_wizard/exceptions/exceptions.rb @@ -1,4 +1,5 @@ +# frozen_string_literal: true module CustomWizard class SprocketsFileNotFound < StandardError; end class SprocketsEmptyPath < StandardError; end -end \ No newline at end of file +end