mix format

This commit is contained in:
2022-03-04 23:17:53 -05:00
parent 8bb4aab49c
commit c0179f48bd
5 changed files with 8 additions and 9 deletions

View File

@ -6,7 +6,7 @@ defmodule Cannery.Ammo do
import Ecto.Query, warn: false
alias Cannery.{Accounts.User, Containers, Repo}
alias Cannery.Ammo.{AmmoGroup, AmmoType}
alias Ecto.{Changeset, Multi}
alias Ecto.Changeset
@ammo_group_create_limit 10_000

View File

@ -69,7 +69,6 @@
) %>
<%= error_tag(f, :multiplier, "col-span-3 text-center") %>
<% :edit -> %>
<%= submit(dgettext("actions", "Save"),
phx_disable_with: dgettext("prompts", "Saving..."),