diff options
Diffstat (limited to 'lib/axlsx/stylesheet/pattern_fill.rb')
| -rw-r--r-- | lib/axlsx/stylesheet/pattern_fill.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/axlsx/stylesheet/pattern_fill.rb b/lib/axlsx/stylesheet/pattern_fill.rb index 3ebd4ff6..5f89955d 100644 --- a/lib/axlsx/stylesheet/pattern_fill.rb +++ b/lib/axlsx/stylesheet/pattern_fill.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + module Axlsx # A PatternFill is the pattern and solid fill styling for a cell. # @note The recommended way to manage styles is with Styles#add_style |
