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_conditional_formatting.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/workbook/worksheet/tc_conditional_formatting.rb') diff --git a/test/workbook/worksheet/tc_conditional_formatting.rb b/test/workbook/worksheet/tc_conditional_formatting.rb index 9eee820b..f706dae3 100644 --- a/test/workbook/worksheet/tc_conditional_formatting.rb +++ b/test/workbook/worksheet/tc_conditional_formatting.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'tc_helper' class TestConditionalFormatting < Test::Unit::TestCase -- cgit v1.2.3