lib/chef-dk/policyfile_services/undelete.rb in chef-dk-1.2.22 vs lib/chef-dk/policyfile_services/undelete.rb in chef-dk-1.3.40
- old
+ new
@@ -13,12 +13,12 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
-require 'chef-dk/authenticated_http'
-require 'chef-dk/service_exceptions'
-require 'chef-dk/policyfile/undo_stack'
+require "chef-dk/authenticated_http"
+require "chef-dk/service_exceptions"
+require "chef-dk/policyfile/undo_stack"
module ChefDK
module PolicyfileServices
class Undelete