style: format codebase
This commit is contained in:
@@ -37,7 +37,7 @@ defmodule ComponentsElixir.Inventory.Category do
|
||||
"""
|
||||
@impl true
|
||||
def full_path(%Category{} = category) do
|
||||
Hierarchical.full_path(category, &(&1.parent), path_separator())
|
||||
Hierarchical.full_path(category, & &1.parent, path_separator())
|
||||
end
|
||||
|
||||
@impl true
|
||||
|
||||
Reference in New Issue
Block a user