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 --- lib/axlsx/drawing/scatter_series.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/axlsx/drawing/scatter_series.rb') diff --git a/lib/axlsx/drawing/scatter_series.rb b/lib/axlsx/drawing/scatter_series.rb index e4e1f27a..9ea9b8a7 100644 --- a/lib/axlsx/drawing/scatter_series.rb +++ b/lib/axlsx/drawing/scatter_series.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + module Axlsx # A ScatterSeries defines the x and y position of data in the chart # @note The recommended way to manage series is to use Chart#add_series -- cgit v1.2.3