fixing minor issues seen with mix credo
This commit is contained in:
parent
e2fd00f043
commit
10fbc6732b
4 changed files with 14 additions and 1 deletions
lib/home73k_web/live
|
@ -1,4 +1,7 @@
|
|||
defmodule Home73kWeb.BlogLive do
|
||||
@moduledoc """
|
||||
LiveView engine for Blog navigation
|
||||
"""
|
||||
use Home73kWeb, :live_view
|
||||
|
||||
alias Home73k.Blog
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
defmodule Home73kWeb.LiveHelpers do
|
||||
@moduledoc """
|
||||
Functions to make working with Phoenix LiveView a little easier.
|
||||
"""
|
||||
|
||||
@doc """
|
||||
Performs the {:noreply, socket} for a given socket.
|
||||
This helps make the noreply pipeable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue