Skip to content

Commit 357e978

Browse files
committed
Whitespace.
1 parent 0574a34 commit 357e978

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/rubocop/socketry/style/global_exception_variables.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ module Style
3636
# puts error.backtrace.first
3737
# end
3838
class GlobalExceptionVariables < RuboCop::Cop::Base
39-
MSG = "Avoid using global exception variable `%<variable>s`. " \
40-
"Use explicit exception handling with `rescue => error` instead."
39+
MSG = "Avoid using global exception variable `%<variable>s`. Use explicit exception handling with `rescue => error` instead."
4140

4241
EXCEPTION_VARIABLES = %i[$! $@ $ERROR_INFO $ERROR_POSITION].freeze
4342

0 commit comments

Comments
 (0)