lib/bolognese/readers/datacite_reader.rb in bolognese-0.10.21 vs lib/bolognese/readers/datacite_reader.rb in bolognese-0.10.22
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Bolognese
module Readers
module DataciteReader
def get_datacite(id: nil, **options)
return { "string" => nil, "state" => "not_found" } unless id.present?