Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
bdurand committed Nov 11, 2023
1 parent 95e1c8a commit 04163cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/support_table_data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,9 @@ def data_directory
#
# @param extra_classes [Class] List of classes to force into the detected list of classes to sync.
# @return [Hash<Class, Array<Hash>] Hash of classes synced with a list of saved changes.
def sync_all!(*extra_classes)
def sync_all!(*)
changes = {}
support_table_classes(*extra_classes).each do |klass|
support_table_classes(*).each do |klass|
changes[klass] = klass.sync_table_data!
end
changes
Expand Down

0 comments on commit 04163cb

Please sign in to comment.