Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
KaanOzkan committed Apr 16, 2024
1 parent bfbef11 commit 7e47e2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rubocop/cop/sorbet/buggy_obsolete_strict_memoization.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ class BuggyObsoleteStrictMemoization < RuboCop::Cop::Base

include TargetSorbetVersion

MSG = "This might be a mistaken variant of the two-stage workaround that used to be needed for memoization in "\
"`#typed: strict` files. See https://sorbet.org/docs/type-assertions#put-type-assertions-behind-memoization."
MSG = "This might be a mistaken variant of the two-stage workaround that used to be needed for memoization " \
"in `#typed: strict` files. See https://sorbet.org/docs/type-assertions#put-type-assertions-behind-memoization."

# @!method buggy_legacy_memoization_pattern?(node)
def_node_matcher :buggy_legacy_memoization_pattern?, <<~PATTERN
Expand Down

0 comments on commit 7e47e2e

Please sign in to comment.