Skip to content

Commit

Permalink
Fix Dialyzer error for switch from map to list
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Dec 10, 2023
1 parent 64817e4 commit e6826d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/benchee/formatters/html.ex
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ defmodule Benchee.Formatters.HTML do
%{["big list", "flat_map"] => "...file content..."}
"""
@spec format(Suite.t(), map) :: %{list(String.t()) => String.t()}
@spec format(Suite.t(), map) :: [{list(String.t()), String.t()}]
def format(
%Suite{
scenarios: scenarios,
Expand Down

0 comments on commit e6826d6

Please sign in to comment.