Skip to content

Commit

Permalink
Credo format
Browse files Browse the repository at this point in the history
  • Loading branch information
CDimonaco committed Jun 1, 2023
1 parent ef0636d commit 3d7871c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions lib/trento/domain/cluster/lifespan.ex
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ defmodule Trento.Domain.Cluster.Lifespan do

alias Commanded.Aggregates.DefaultLifespan

alias Trento.Domain.Events.{
ClusterRollUpRequested
}
alias Trento.Domain.Events.ClusterRollUpRequested

@doc """
The cluster aggregate will be stopped after a ClusterRollUpRequested event is received.
Expand Down
4 changes: 1 addition & 3 deletions lib/trento/domain/host/lifespan.ex
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ defmodule Trento.Domain.Host.Lifespan do

alias Commanded.Aggregates.DefaultLifespan

alias Trento.Domain.Events.{
HostRollUpRequested
}
alias Trento.Domain.Events.HostRollUpRequested

@doc """
The host aggregate will be stopped after a HostRollUpRequested event is received.
Expand Down
4 changes: 1 addition & 3 deletions lib/trento/domain/sap_system/lifespan.ex
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ defmodule Trento.Domain.SapSystem.Lifespan do

alias Commanded.Aggregates.DefaultLifespan

alias Trento.Domain.Events.{
SapSystemRollUpRequested
}
alias Trento.Domain.Events.SapSystemRollUpRequested

@doc """
The SapSystem aggregate will be stopped after a SapSystemRollUpRequested event is received.
Expand Down

0 comments on commit 3d7871c

Please sign in to comment.