From b48bed882332ee972f5b87ddfa115e043b612268 Mon Sep 17 00:00:00 2001 From: Chili Palmer Date: Thu, 23 Apr 2026 18:38:22 +0200 Subject: [PATCH] feat: sheesh, this weird -A handling is annoying --- lib/bds/preview.ex | 2 +- lib/bds/publishing.ex | 2 +- test/bds/preview_test.exs | 2 +- test/bds/publishing_test.exs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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