From c77a48805c17d36c4503df8cf0fe75e7b620e2d4 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Sun, 9 Apr 2023 16:55:57 +0200 Subject: Fix offenses related to indentation consistency --- lib/axlsx/content_type/abstract_content_type.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/axlsx/content_type') diff --git a/lib/axlsx/content_type/abstract_content_type.rb b/lib/axlsx/content_type/abstract_content_type.rb index 023c9086..45bd4853 100644 --- a/lib/axlsx/content_type/abstract_content_type.rb +++ b/lib/axlsx/content_type/abstract_content_type.rb @@ -6,7 +6,7 @@ module Axlsx # Initializes an abstract content type # @see Default, Override def initialize(options = {}) - parse_options options + parse_options options end # The type of content. -- cgit v1.2.3