From 6e527c6b1dd2e06172fd678d094c08899ef63c96 Mon Sep 17 00:00:00 2001 From: Franco Date: Tue, 3 Dec 2024 11:31:46 +0100 Subject: [PATCH] fix warning --- lib/sidekiq/logging/exception_utils.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sidekiq/logging/exception_utils.rb b/lib/sidekiq/logging/exception_utils.rb index 408eca4..61875b5 100644 --- a/lib/sidekiq/logging/exception_utils.rb +++ b/lib/sidekiq/logging/exception_utils.rb @@ -1,8 +1,8 @@ # frozen_string_literal: true -# Utility that allows us to get a hash representation of an exception module Sidekiq module Logging + # Utility that allows us to get a hash representation of an exception module ExceptionUtils module_function