From fef93ec8ae2caf8a3f8310dbf8101c103e5905e4 Mon Sep 17 00:00:00 2001 From: Paul Kmiec Date: Thu, 4 May 2023 18:01:01 -0700 Subject: Enable Style/FrozenStringLiteralComment and autocorrect --- test/workbook/worksheet/tc_pivot_table.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/workbook/worksheet/tc_pivot_table.rb') diff --git a/test/workbook/worksheet/tc_pivot_table.rb b/test/workbook/worksheet/tc_pivot_table.rb index 4fafa04d..f5b23a96 100644 --- a/test/workbook/worksheet/tc_pivot_table.rb +++ b/test/workbook/worksheet/tc_pivot_table.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'tc_helper' def shared_test_pivot_table_xml_validity(pivot_table) -- cgit v1.2.3