From 40a4e5ee4043cf993fe0d73133beeb6a844784c6 Mon Sep 17 00:00:00 2001 From: Tomasz Donarski Date: Wed, 18 Oct 2023 11:37:13 +0200 Subject: [PATCH] Lint fix --- app/models/spree/admin/tabs/tab_builder.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/spree/admin/tabs/tab_builder.rb b/app/models/spree/admin/tabs/tab_builder.rb index 06e2ad2a9b..8dafdf43f9 100644 --- a/app/models/spree/admin/tabs/tab_builder.rb +++ b/app/models/spree/admin/tabs/tab_builder.rb @@ -8,7 +8,7 @@ class TabBuilder def initialize(config) @icon_name = config[:icon_name] - @key = config[:key] + @key = config[:key] @url = config[:url] @classes = config[:classes] @partial_name = config[:partial_name]