diff options
| author | Paul Kmiec <[email protected]> | 2023-05-04 18:01:01 -0700 |
|---|---|---|
| committer | Paul Kmiec <[email protected]> | 2023-05-04 18:02:55 -0700 |
| commit | fef93ec8ae2caf8a3f8310dbf8101c103e5905e4 (patch) | |
| tree | baf17c508f1be8cb3fd38c5071a7de47ba3945bb /lib/axlsx/stylesheet/table_styles.rb | |
| parent | 086e78d0d1f0896b6ca5f48b4873e861212f94aa (diff) | |
| download | caxlsx-fef93ec8ae2caf8a3f8310dbf8101c103e5905e4.tar.gz caxlsx-fef93ec8ae2caf8a3f8310dbf8101c103e5905e4.zip | |
Enable Style/FrozenStringLiteralComment and autocorrect
Diffstat (limited to 'lib/axlsx/stylesheet/table_styles.rb')
| -rw-r--r-- | lib/axlsx/stylesheet/table_styles.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/axlsx/stylesheet/table_styles.rb b/lib/axlsx/stylesheet/table_styles.rb index a55180a5..16cc7320 100644 --- a/lib/axlsx/stylesheet/table_styles.rb +++ b/lib/axlsx/stylesheet/table_styles.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + module Axlsx # TableStyles represents a collection of style definitions for table styles and pivot table styles. # @note Support for custom table styles does not exist in this version. Many of the classes required are defined in preparation for future release. Please do not attempt to add custom table styles. |
