lib/avromatic/io/datum_reader.rb in avromatic-1.0.0 vs lib/avromatic/io/datum_reader.rb in avromatic-2.0.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
# rubocop:disable Style/WhenThen
module Avromatic
module IO
# Subclass DatumReader to include additional information about the union
# member index used. The code modified below is based on salsify/avro,