summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/doc_props/app.rb
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/doc_props/app.rb
parentdc579ba8d01720e0ccfa8b7ba5e86be0bc518056 (diff)
downloadcaxlsx-633141067e99fd1798d3591293fe2ac53d157682.tar.gz
caxlsx-633141067e99fd1798d3591293fe2ac53d157682.zip
Fix Style/Encoding offenses
``` rubocop --only Style/Encoding -a ```
Diffstat (limited to 'lib/axlsx/doc_props/app.rb')
-rw-r--r--lib/axlsx/doc_props/app.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/axlsx/doc_props/app.rb b/lib/axlsx/doc_props/app.rb
index c7df1fcb..64a193cf 100644
--- a/lib/axlsx/doc_props/app.rb
+++ b/lib/axlsx/doc_props/app.rb
@@ -1,4 +1,3 @@
-# encoding: UTF-8
module Axlsx
# App represents the app.xml document. The attributes for this object are primarily managed by the application the end user uses to edit the document. None of the attributes are required to serialize a valid xlsx object.