From a5b341d881f272ea95edb1e69939663983f0b78e Mon Sep 17 00:00:00 2001 From: Dino Maric Date: Tue, 15 Oct 2024 20:24:55 +0200 Subject: [PATCH] Remove unecessary new line. --- activesupport/lib/active_support/isolated_execution_state.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/activesupport/lib/active_support/isolated_execution_state.rb b/activesupport/lib/active_support/isolated_execution_state.rb index ad603e3921fba..082bdb83c2c23 100644 --- a/activesupport/lib/active_support/isolated_execution_state.rb +++ b/activesupport/lib/active_support/isolated_execution_state.rb @@ -1,6 +1,5 @@ # frozen_string_literal: true - module ActiveSupport module IsolatedExecutionState # :nodoc: @isolation_level = nil