From 267f6bedd885a00a94f8d383a6793d34b018762a Mon Sep 17 00:00:00 2001 From: rinpatch Date: Fri, 21 Jun 2019 05:57:46 +0300 Subject: [PATCH] Formatting --- mix.exs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index dc2df01a2..bd8a10c66 100644 --- a/mix.exs +++ b/mix.exs @@ -49,7 +49,11 @@ defmodule Pleroma.Mixfile do end def copy_nginx_config(%{path: target_path} = release) do - File.cp!("./installation/pleroma.nginx", Path.join([target_path, "installation", "pleroma.nginx"])) + File.cp!( + "./installation/pleroma.nginx", + Path.join([target_path, "installation", "pleroma.nginx"]) + ) + release end