summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/content_type
diff options
context:
space:
mode:
Diffstat (limited to 'lib/axlsx/content_type')
-rw-r--r--lib/axlsx/content_type/content_type.rb1
-rw-r--r--lib/axlsx/content_type/default.rb1
-rw-r--r--lib/axlsx/content_type/override.rb1
3 files changed, 0 insertions, 3 deletions
diff --git a/lib/axlsx/content_type/content_type.rb b/lib/axlsx/content_type/content_type.rb
index 5d36d685..e6dfdee5 100644
--- a/lib/axlsx/content_type/content_type.rb
+++ b/lib/axlsx/content_type/content_type.rb
@@ -1,4 +1,3 @@
-# encoding: UTF-8
module Axlsx
require 'axlsx/content_type/abstract_content_type.rb'
require 'axlsx/content_type/default.rb'
diff --git a/lib/axlsx/content_type/default.rb b/lib/axlsx/content_type/default.rb
index 3fe15609..be3a7c04 100644
--- a/lib/axlsx/content_type/default.rb
+++ b/lib/axlsx/content_type/default.rb
@@ -1,4 +1,3 @@
-# encoding: UTF-8
module Axlsx
# An default content part. These parts are automatically created by for you based on the content of your package.
diff --git a/lib/axlsx/content_type/override.rb b/lib/axlsx/content_type/override.rb
index 01baa2f5..39303e80 100644
--- a/lib/axlsx/content_type/override.rb
+++ b/lib/axlsx/content_type/override.rb
@@ -1,4 +1,3 @@
-# encoding: UTF-8
module Axlsx
# An override content part. These parts are automatically created by for you based on the content of your package.