Commit b70adf5a by Mathieu Mahé

Add frozen_string_literal

parent 386b92d2
# frozen_string_literal: true
# Extra magic
[['application/vnd.openxmlformats-officedocument.presentationml.presentation', [[0, "PK\003\004", [[0..5000, '[Content_Types].xml', [[0..5000, 'ppt/']]]]]]],
......
# -*- coding: binary -*-
# frozen_string_literal: true
# Generated from freedesktop.org.xml
class MimeMagic
# @private
......
......@@ -133,6 +133,7 @@ end
magics = (common_magics.compact + magics).uniq
puts "# -*- coding: binary -*-"
puts "# frozen_string_literal: true"
puts "# Generated from #{FILE}"
puts "class MimeMagic"
puts " # @private"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment