From de8dac0194644bf5fb80bf5476213a41eb3fe668 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Sun, 14 Jul 2024 22:24:10 -0400 Subject: [PATCH] chore: format --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 67544f6..50d5e08 100644 --- a/mix.exs +++ b/mix.exs @@ -117,7 +117,7 @@ defmodule AshMoney.MixProject do {:sobelow, ">= 0.0.0", only: [:dev, :test], runtime: false}, {:git_ops, "~> 2.5", only: [:dev, :test]}, {:mix_test_watch, "~> 1.0", only: :dev, runtime: false}, - {:mix_audit, ">= 0.0.0", only: [:dev, :test], runtime: false}, + {:mix_audit, ">= 0.0.0", only: [:dev, :test], runtime: false} ] end