Skip to content

Commit 6599a13

Browse files
committed
fix(credo): resolved credo readability issue; ran mix format
1 parent f86b6cd commit 6599a13

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

lib/epochtalk_server_web/errors/custom_errors.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
defmodule EpochtalkServerWeb.CustomErrors do
2+
@moduledoc """
3+
Custom error handling for Auto Moderator
4+
"""
25
# Auto Moderator Error Handling
36
# credo:disable-for-next-line
47
defmodule AutoModeratorReject do

test/support/factories/board_mapping.ex

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@ defmodule Test.Support.Factories.BoardMapping do
2929
end
3030

3131
# generate attributes for board under parent board
32-
def board_mapping_attributes_factory(%{board: board, view_order: view_order, parent: parent}) do
32+
def board_mapping_attributes_factory(%{
33+
board: board,
34+
view_order: view_order,
35+
parent: parent
36+
}) do
3337
%{
3438
id: board.id,
3539
name: board.name,

0 commit comments

Comments
 (0)