Skip to content

Commit 9050f02

Browse files
author
José Valim
committed
Run the formatter
1 parent 49944a3 commit 9050f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/gen_stage.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@ defmodule GenStage do
11091109
The same as `c:GenServer.format_status/2`.
11101110
"""
11111111
@callback format_status(:normal | :terminate, [pdict :: {term, term} | (state :: term), ...]) ::
1112-
(status :: term)
1112+
status :: term
11131113

11141114
@optional_callbacks [
11151115
# GenStage

0 commit comments

Comments
 (0)