Autofix Rubocop remaining Layout rules (#23679)

This commit is contained in:
Nick Schonning
2023-02-20 00:58:28 -05:00
committed by GitHub
parent d2dcb6c45a
commit 717683d1c3
117 changed files with 265 additions and 261 deletions

View File

@ -182,6 +182,7 @@ class Request
contents = truncated_body(limit)
raise Mastodon::LengthValidationError if contents.bytesize > limit
contents
end
end