Skip to content

Commit

Permalink
Standardize to Ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Oct 21, 2023
1 parent 255ed39 commit 9f5d22f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .standard.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ruby_version: 3.0
ignore:
- '**/*':
- Style/HashSyntax
2 changes: 1 addition & 1 deletion lib/noticed/model.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def noticed_coder

# Rehydrate the database notification into the Notification object for rendering
def to_notifier
@_notifier||= begin
@_notifier ||= begin
instance = type.constantize.with(params)
instance.record = self
instance.recipient = recipient
Expand Down

0 comments on commit 9f5d22f

Please sign in to comment.