Skip to content

Commit

Permalink
$ bin/style --config .rubocop.yml -a
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Jan 20, 2025
1 parent 048377a commit 9ec5a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rbi/model.rb
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ class SingletonClass < Scope
).void
end
def initialize(loc: nil, comments: [], &block)
super(loc: loc, comments: comments) {}
super {}
block&.call(self)
end

Expand Down Expand Up @@ -1354,7 +1354,7 @@ class TEnumBlock < Scope
).void
end
def initialize(loc: nil, comments: [], &block)
super(loc: loc, comments: comments) {}
super {}
block&.call(self)
end

Expand Down

0 comments on commit 9ec5a8a

Please sign in to comment.