summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/stylesheet/fill.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/axlsx/stylesheet/fill.rb')
-rw-r--r--lib/axlsx/stylesheet/fill.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/axlsx/stylesheet/fill.rb b/lib/axlsx/stylesheet/fill.rb
index aeff4867..e6561e26 100644
--- a/lib/axlsx/stylesheet/fill.rb
+++ b/lib/axlsx/stylesheet/fill.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
module Axlsx
# The Fill is a formatting object that manages the background color, and pattern for cells.
# @note The recommended way to manage styles in your workbook is to use Styles#add_style.