Skip to content

Commit

Permalink
Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
FelonEkonom committed Oct 3, 2023
1 parent 9636e72 commit 5b1e1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/membrane/core/inspect.ex
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ defmodule Membrane.Core.Inspect do

@spec ensure_all_struct_fields_inspected!(module()) :: :ok | no_return()
def ensure_all_struct_fields_inspected!(state_module) do
state_module.__info__(:struct)
apply(state_module, :__info__, [:struct])
|> Enum.map(& &1.field)
|> Enum.reject(&(&1 in @fields_order))
|> case do
Expand Down

0 comments on commit 5b1e1cb

Please sign in to comment.