Skip to content

Commit

Permalink
format credo
Browse files Browse the repository at this point in the history
  • Loading branch information
electronicbites committed Dec 17, 2024
1 parent 1e0ce42 commit 9c566e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/radiator/outline/command_processor.ex
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ defmodule Radiator.Outline.CommandProcessor do

alias Radiator.EventStore
alias Radiator.Outline
alias Radiator.Outline.NodeRepoResult
alias Radiator.Outline.Command
alias Radiator.Outline.NodeRepoResult
alias Radiator.Podcast

alias Radiator.Outline.Command.{
Expand Down
3 changes: 2 additions & 1 deletion test/radiator/outline/validations_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ defmodule Radiator.Outline.ValidationsTest do
end

test "when a parent has two childs with prev_id nil the tree is invalid", %{
nested_node_1: %Node{episode_id: episode_id, parent_id: parent_id, show_id: show_id} = nested_node_1
nested_node_1:
%Node{episode_id: episode_id, parent_id: parent_id, show_id: show_id} = nested_node_1
} do
{:ok, %Node{} = _node_invalid} =
%{
Expand Down

0 comments on commit 9c566e3

Please sign in to comment.