Fix newly found issues

This commit is contained in:
Sijawusz Pur Rahnama 2022-12-17 23:47:22 +01:00
parent 597372c645
commit 47b92fbb76
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ require "../../spec_helper"
require "file_utils"
module Ameba
private def with_formatter
private def with_formatter(&)
io = IO::Memory.new
formatter = Formatter::TODOFormatter.new(io)