This commit is contained in:
Yuki Nishijima 2021-10-22 21:56:26 -04:00
Родитель 93badf4770
Коммит e353bcd111
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -106,7 +106,7 @@ module DidYouMean
end
# Updates the primary formatter used to format the suggestions.
def self.formatter=(*)
def self.formatter=(formatter)
@formatter = formatter
end