diff --git a/lib/bds/preview.ex b/lib/bds/preview.ex index c71bf37..1b4e85f 100644 --- a/lib/bds/preview.ex +++ b/lib/bds/preview.ex @@ -163,4 +163,4 @@ defmodule BDS.Preview do ] |> IO.iodata_to_binary() end -end \ No newline at end of file +end diff --git a/lib/bds/publishing.ex b/lib/bds/publishing.ex index 9dab925..841ff06 100644 --- a/lib/bds/publishing.ex +++ b/lib/bds/publishing.ex @@ -143,4 +143,4 @@ defmodule BDS.Publishing do true -> nil end end -end \ No newline at end of file +end diff --git a/test/bds/preview_test.exs b/test/bds/preview_test.exs index 968cf40..1920ecb 100644 --- a/test/bds/preview_test.exs +++ b/test/bds/preview_test.exs @@ -59,4 +59,4 @@ defmodule BDS.PreviewTest do assert :ok = BDS.Preview.stop_preview(project.id) end -end \ No newline at end of file +end diff --git a/test/bds/publishing_test.exs b/test/bds/publishing_test.exs index a13980e..5cb9296 100644 --- a/test/bds/publishing_test.exs +++ b/test/bds/publishing_test.exs @@ -87,4 +87,4 @@ defmodule BDS.PublishingTest do defp wait_for_publish_job(_job_id, _predicate, 0) do flunk("publish job did not reach expected state") end -end \ No newline at end of file +end