lib/hydra/derivatives/runners/document_derivatives.rb in hydra-derivatives-3.7.0 vs lib/hydra/derivatives/runners/document_derivatives.rb in hydra-derivatives-3.8.0
- old
+ new
@@ -1,4 +1,5 @@
+# frozen_string_literal: true
module Hydra::Derivatives
class DocumentDerivatives < Runner
def self.processor_class
Processors::Document
end