summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/stylesheet/cell_style.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/axlsx/stylesheet/cell_style.rb')
-rw-r--r--lib/axlsx/stylesheet/cell_style.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/axlsx/stylesheet/cell_style.rb b/lib/axlsx/stylesheet/cell_style.rb
index 2e8da880..e1d4e0ff 100644
--- a/lib/axlsx/stylesheet/cell_style.rb
+++ b/lib/axlsx/stylesheet/cell_style.rb
@@ -1,4 +1,3 @@
-# encoding: UTF-8
module Axlsx
# CellStyle defines named styles that reference defined formatting records and can be used in your worksheet.
# @note Using Styles#add_style is the recommended way to manage cell styling.