Skip to content

Commit 55da97b

Browse files
Remove qualified call in IO.ANSI (#15430)
1 parent b5f1864 commit 55da97b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/elixir/lib/io/ansi.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ defmodule IO.ANSI do
332332
end
333333

334334
defp do_format([], [], acc, true, true) do
335-
[acc | IO.ANSI.reset()]
335+
[acc | reset()]
336336
end
337337

338338
defp do_format([], [], acc, _emit?, _append_reset) do

0 commit comments

Comments
 (0)