mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 16:59:41 +00:00
Autofix Rubocop Style/StringLiterals (#23695)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Fabricator('Admin::ActionLog') do
|
||||
account nil
|
||||
action "MyString"
|
||||
action 'MyString'
|
||||
target nil
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user