Skip to content

Commit 72b4628

Browse files
NSHkrNSHkr
authored andcommitted
clean up formatting
1 parent a9f21a0 commit 72b4628

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mix.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ defmodule JsonRemedy.MixProject do
1111
elixir: "~> 1.14",
1212
start_permanent: Mix.env() == :prod,
1313
deps: deps(),
14-
description: "A blazingly fast Elixir library for repairing malformed JSON using binary pattern matching. Handles LLM outputs, legacy data, and broken JSON with intelligent context-aware fixes.",
14+
description:
15+
"A blazingly fast Elixir library for repairing malformed JSON using binary pattern matching. Handles LLM outputs, legacy data, and broken JSON with intelligent context-aware fixes.",
1516
package: package(),
1617
docs: docs(),
1718
escript: escript(),

0 commit comments

Comments
 (0)