zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

commit 3d9259f44382760ba5bdf725fd198e57e50f1d07
parent 2706e5f26a7afac63ebe10ec5c639ad403a5546d
Author: srfsh <dev@srf.sh>
Date:   Fri,  9 Dec 2022 11:32:53 +0300

Zenflows.VF.EconomicResource: fix style

Diffstat:
Msrc/zenflows/vf/economic_resource.ex | 18+++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/zenflows/vf/economic_resource.ex b/src/zenflows/vf/economic_resource.ex @@ -69,15 +69,15 @@ alias Zenflows.VF.{ @derive {Jason.Encoder, only: ~w[ id - name note tracking_identifier classified_as state_id okhv - repo version licensor license metadata - accounting_quantity_has_numerical_value - accounting_quantity_has_unit_id - onhand_quantity_has_numerical_value - onhand_quantity_has_unit_id - conforms_to_id primary_accountable_id custodian_id - stage_id current_location_id lot_id contained_in_id - unit_of_effort_id previous_event_id + name note tracking_identifier classified_as state_id okhv + repo version licensor license metadata + accounting_quantity_has_numerical_value + accounting_quantity_has_unit_id + onhand_quantity_has_numerical_value + onhand_quantity_has_unit_id + conforms_to_id primary_accountable_id custodian_id + stage_id current_location_id lot_id contained_in_id + unit_of_effort_id previous_event_id ]a} schema "vf_economic_resource" do field :name, :string