From 8eb0327a9c0ea5ce2068ca68f18cbc3ee7dba4e5 Mon Sep 17 00:00:00 2001 From: Chili Palmer Date: Thu, 23 Apr 2026 18:26:55 +0200 Subject: [PATCH] feat: more of the same --- lib/bds/generation.ex | 2 +- lib/bds/generation/generated_file_hash.ex | 2 +- lib/bds/menu.ex | 2 +- lib/bds/tasks.ex | 2 +- test/bds/generation_test.exs | 2 +- test/bds/menu_test.exs | 2 +- test/bds/tasks_test.exs | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/bds/generation.ex b/lib/bds/generation.ex index dc57d19..cdecde7 100644 --- a/lib/bds/generation.ex +++ b/lib/bds/generation.ex @@ -74,4 +74,4 @@ defmodule BDS.Generation do :crypto.hash(:sha256, content) |> Base.encode16(case: :lower) end -end \ No newline at end of file +end diff --git a/lib/bds/generation/generated_file_hash.ex b/lib/bds/generation/generated_file_hash.ex index 3af2a8a..b73beb1 100644 --- a/lib/bds/generation/generated_file_hash.ex +++ b/lib/bds/generation/generated_file_hash.ex @@ -20,4 +20,4 @@ defmodule BDS.Generation.GeneratedFileHash do |> validate_required([:project_id, :relative_path, :content_hash, :updated_at]) |> unique_constraint(:relative_path, name: :generated_file_hashes_project_path_idx) end -end \ No newline at end of file +end diff --git a/lib/bds/menu.ex b/lib/bds/menu.ex index 549a4fc..f94e84a 100644 --- a/lib/bds/menu.ex +++ b/lib/bds/menu.ex @@ -197,4 +197,4 @@ defmodule BDS.Menu do true -> nil end end -end \ No newline at end of file +end diff --git a/lib/bds/tasks.ex b/lib/bds/tasks.ex index 6db7b2c..5814f15 100644 --- a/lib/bds/tasks.ex +++ b/lib/bds/tasks.ex @@ -291,4 +291,4 @@ defmodule BDS.Tasks do true -> nil end end -end \ No newline at end of file +end diff --git a/test/bds/generation_test.exs b/test/bds/generation_test.exs index 7bd2c02..84a7ee5 100644 --- a/test/bds/generation_test.exs +++ b/test/bds/generation_test.exs @@ -44,4 +44,4 @@ defmodule BDS.GenerationTest do assert {:ok, files} = BDS.Generation.list_generated_files(project.id) assert files == [] end -end \ No newline at end of file +end diff --git a/test/bds/menu_test.exs b/test/bds/menu_test.exs index faca2c6..cdf0072 100644 --- a/test/bds/menu_test.exs +++ b/test/bds/menu_test.exs @@ -87,4 +87,4 @@ defmodule BDS.MenuTest do } ] end -end \ No newline at end of file +end diff --git a/test/bds/tasks_test.exs b/test/bds/tasks_test.exs index 80e27df..9007278 100644 --- a/test/bds/tasks_test.exs +++ b/test/bds/tasks_test.exs @@ -133,4 +133,4 @@ defmodule BDS.TasksTest do defp wait_for_task(_task_id, _predicate, 0) do flunk("task did not reach expected state") end -end \ No newline at end of file +end