Autofix Rubocop Style/StringLiterals (#23695)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
Fabricator(:account_stat) do
|
||||
account nil
|
||||
statuses_count ""
|
||||
following_count ""
|
||||
followers_count ""
|
||||
statuses_count ''
|
||||
following_count ''
|
||||
followers_count ''
|
||||
end
|
||||
|
Reference in New Issue
Block a user