lib/characteristics/binary.rb in characteristics-0.3.1 vs lib/characteristics/binary.rb in characteristics-0.4.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
class BinaryCharacteristics < Characteristics
BLANKS = [
0x9,
0x20,
].freeze
\ No newline at end of file