Skip to content

Commit 3026695

Browse files
committed
Fix credo
1 parent c2d23a8 commit 3026695

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/membrane/core/parent/child_life_controller/crash_group_utils.ex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ defmodule Membrane.Core.Parent.ChildLifeController.CrashGroupUtils do
22
@moduledoc false
33
# A module responsible for managing crash groups inside the state of pipeline.
44

5-
require Membrane.Logger
6-
75
alias Membrane.{Child, ChildrenSpec}
86
alias Membrane.Core.{CallbackHandler, Component, Parent}
97
alias Membrane.Core.Parent.{ChildLifeController, ChildrenModel, CrashGroup}
108
alias Membrane.Core.Parent.ChildLifeController.LinkUtils
9+
require Membrane.Logger
1110

1211
@spec add_crash_group(
1312
Child.group(),

0 commit comments

Comments
 (0)