chore: format

This commit is contained in:
Zach Daniel 2023-10-02 09:45:45 -04:00
parent 8f5f53a196
commit 5fabbaac79
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
defmodule AshStateMachine.Transformers.EnsureStateSelected do
#Ensures that `state` is always selected on queries.
# Ensures that `state` is always selected on queries.
@moduledoc false
use Spark.Dsl.Transformer

View file

@ -1,5 +1,5 @@
defmodule AshStateMachine.Verifiers.VerifyDefaultInitialState do
#Verifies the default initial state is in the list of initial states.
# Verifies the default initial state is in the list of initial states.
@moduledoc false
use Spark.Dsl.Verifier