From 0b23edbeb41dff178fc4d1d00fb79118e957bb5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Feliks=20Pobiedzi=C5=84ski?= <38541925+FelonEkonom@users.noreply.github.com> Date: Mon, 2 Oct 2023 16:49:28 +0200 Subject: [PATCH] Update lib/membrane/core/inspect.ex Co-authored-by: Mateusz Front --- lib/membrane/core/inspect.ex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/membrane/core/inspect.ex b/lib/membrane/core/inspect.ex index aa92ef733..b52df9fa1 100644 --- a/lib/membrane/core/inspect.ex +++ b/lib/membrane/core/inspect.ex @@ -71,7 +71,8 @@ defmodule Membrane.Core.Inspect do fields -> raise """ - Fields #{inspect(fields)} from #{inspect(state_module)} structure are omitted in @fields_order module attribute in #{inspect(__MODULE__)}. Add them to @fields_order, to define where they will occur in the error logs. + Fields #{inspect(fields)} from #{inspect(state_module)} structure are omitted in @fields_order module attribute in #{inspect(__MODULE__)}.\ + Add them to @fields_order, to define where they will occur in the error logs. """ end end