Skip to content

Commit

Permalink
Remove useless require 'ostruct'
Browse files Browse the repository at this point in the history
Follow up #10217.

This commit removes useless `require 'ostruct'`.
  • Loading branch information
koic committed Nov 8, 2023
1 parent 2d48430 commit f53f5a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rubocop/formatter/html_formatter.rb
Expand Up @@ -2,7 +2,6 @@

require 'cgi'
require 'erb'
require 'ostruct'

module RuboCop
module Formatter
Expand Down

0 comments on commit f53f5a0

Please sign in to comment.