summaryrefslogtreecommitdiff
path: root/lib/did_you_mean/formatters/verbose_formatter.rb
blob: f6623681f207d6cf4d21f201e61aeae280d31c8e (plain)
1
2
3
4
5
6
7
8
9
10
# frozen-string-literal: true

warn "`require 'did_you_mean/formatters/verbose_formatter'` is deprecated and falls back to the default formatter. "

require_relative '../formatter'

module DidYouMean
  # For compatibility:
  VerboseFormatter = Formatter
end