summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/content_type
diff options
context:
space:
mode:
authorGeremia Taglialatela <[email protected]>2023-04-05 17:19:41 +0200
committerGeremia Taglialatela <[email protected]>2023-04-06 09:55:10 +0200
commit633141067e99fd1798d3591293fe2ac53d157682 (patch)
treea5488f00eeced9b1c6f5b4d3fff9983defb8fbf4 /lib/axlsx/content_type
parentdc579ba8d01720e0ccfa8b7ba5e86be0bc518056 (diff)
downloadcaxlsx-633141067e99fd1798d3591293fe2ac53d157682.tar.gz
caxlsx-633141067e99fd1798d3591293fe2ac53d157682.zip
Fix Style/Encoding offenses
``` rubocop --only Style/Encoding -a ```
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.