Skip to content

Commit e680377

Browse files
committed
Fix dialyzer
1 parent 5de1c09 commit e680377

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/membrane_http_adaptive_stream/source.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ defmodule Membrane.HTTPAdaptiveStream.Source do
240240
:ok
241241
end
242242

243+
@spec raise_missing_pad_error(atom(), list(), map()) :: no_return()
243244
defp raise_missing_pad_error(pad_name, stream_formats, state) do
244245
raise """
245246
Pad #{inspect(pad_name)} is not linked, but the HLS stream contains \
@@ -250,6 +251,7 @@ defmodule Membrane.HTTPAdaptiveStream.Source do
250251
"""
251252
end
252253

254+
@spec raise_redundant_pad_error(atom(), list(), map()) :: no_return()
253255
defp raise_redundant_pad_error(pad_name, stream_formats, state) do
254256
raise """
255257
Pad #{inspect(pad_name)} is linked, but the HLS stream doesn't contain \

0 commit comments

Comments
 (0)