Skip to content

Commit

Permalink
In the end we want to return a Suite for pipability
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Dec 11, 2023
1 parent dfa6987 commit 3d43ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/benchee/formatter.ex
Expand Up @@ -53,7 +53,7 @@ defmodule Benchee.Formatter do
That said, it may be used automatically in the future given a configuration option.
"""
@callback sequential_output(Suite.t(), options()) :: :ok | {:error, String.t()}
@callback sequential_output(Suite.t(), options()) :: Suite.t()

@optional_callbacks sequential_output: 2

Expand Down

0 comments on commit 3d43ae3

Please sign in to comment.