Skip to content

Commit

Permalink
[Fix #11434] Remove an erroneous @api private mark
Browse files Browse the repository at this point in the history
Fixes #11434.

This commit removes an erroneous `@api private` mark for `RuboCop::Formatter`
introduced in #11294.
  • Loading branch information
koic committed Jan 13, 2023
1 parent 95f3aa4 commit b1fb518
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rubocop/formatter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

module RuboCop
# The bootstrap module for formatter.
# @api private
module Formatter
require_relative 'formatter/text_util'

Expand Down

0 comments on commit b1fb518

Please sign in to comment.