mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Remove unneded argument
This commit is contained in:
parent
60ce034f1b
commit
1d96319506
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ module Ameba::Formatter
|
|||
end
|
||||
|
||||
# Reports a message when inspection is finished.
|
||||
def finished(sources, break_line = "\n\n")
|
||||
output << break_line
|
||||
def finished(sources)
|
||||
output << "\n\n"
|
||||
|
||||
show_affected_code = !config[:without_affected_code]?
|
||||
failed_sources = sources.reject &.valid?
|
||||
|
|
Loading…
Reference in a new issue