Skip to content

Commit a951ce0

Browse files
committed
Fix type specification.
1 parent 86c4fb5 commit a951ce0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/cloudi_service_http_cowboy.erl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@
173173

174174
-record(state,
175175
{
176-
listener,
177-
service,
178-
handler_state
176+
listener :: pid(),
177+
service :: pid(),
178+
handler_state :: #cowboy_state{}
179179
}).
180180

181181
%%%------------------------------------------------------------------------

0 commit comments

Comments
 (0)