summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/stylesheet/cell_protection.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/axlsx/stylesheet/cell_protection.rb')
-rw-r--r--lib/axlsx/stylesheet/cell_protection.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/axlsx/stylesheet/cell_protection.rb b/lib/axlsx/stylesheet/cell_protection.rb
index ac32cb96..94648de3 100644
--- a/lib/axlsx/stylesheet/cell_protection.rb
+++ b/lib/axlsx/stylesheet/cell_protection.rb
@@ -1,4 +1,3 @@
-# encoding: UTF-8
module Axlsx
# CellProtection stores information about locking or hiding cells in spreadsheet.
# @note Using Styles#add_style is the recommended way to manage cell protection.