From 30eee8fa0aa80cb372fde56b4b1f2ec1e651e869 Mon Sep 17 00:00:00 2001 From: Chris McCord Date: Thu, 29 Feb 2024 15:44:40 -0500 Subject: [PATCH] Formatter --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 9eab5df..8a6ef54 100644 --- a/mix.exs +++ b/mix.exs @@ -34,7 +34,7 @@ defmodule PhoenixHTML.Mixfile do [ {:ex_doc, ">= 0.0.0", only: :docs}, {:makeup_eex, ">= 0.1.1", only: :docs}, - {:makeup_diff, "~> 0.1", only: :docs}, + {:makeup_diff, "~> 0.1", only: :docs} ] end