style: order module directives per StrictModuleLayout

This commit is contained in:
Moritz 2026-06-16 15:34:35 +02:00 committed by moritz
parent 3f073d4365
commit fe534319ee
88 changed files with 225 additions and 155 deletions

View file

@ -7,13 +7,15 @@ defmodule Mv.Vereinfacht do
the linked member's email via Ecto (e.g. user email change).
- `sync_members_without_contact/0` Bulk sync of members without a contact ID.
"""
require Ash.Query
import Ash.Expr
alias Mv.Helpers
alias Mv.Helpers.SystemActor
alias Mv.Membership.Member
alias Mv.Vereinfacht.Client
require Ash.Query
@doc """
Tests the connection to the Vereinfacht API using the current configuration.