From 99a5c676c21abb92fca6ea3350558517901c704d Mon Sep 17 00:00:00 2001 From: David Norton Date: Wed, 13 Nov 2024 07:06:54 -0600 Subject: [PATCH] fix formatting on mix.exs --- mix.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index e6575f825..75e50603d 100644 --- a/mix.exs +++ b/mix.exs @@ -96,7 +96,8 @@ defmodule Teiserver.MixProject do {:mock, "~> 0.3.0", only: :test}, # Teiserver libs - {:openskill, git: "https://github.com/beyond-all-reason/openskill.ex.git", branch: "master"}, + {:openskill, + git: "https://github.com/beyond-all-reason/openskill.ex.git", branch: "master"}, {:cowboy, "~> 2.9"}, {:statistics, "~> 0.6.2"}, {:csv, "~> 2.4"},