diff --git a/lib/bds/desktop/file_picker.ex b/lib/bds/desktop/file_picker.ex index 2aa6bf1..48ecac5 100644 --- a/lib/bds/desktop/file_picker.ex +++ b/lib/bds/desktop/file_picker.ex @@ -32,4 +32,4 @@ defmodule BDS.Desktop.FilePicker do |> String.replace("\\", "\\\\") |> String.replace("\"", "\\\"") end -end \ No newline at end of file +end diff --git a/lib/bds/desktop/shell_live/chat_editor.ex b/lib/bds/desktop/shell_live/chat_editor.ex index 37430f3..04f5a59 100644 --- a/lib/bds/desktop/shell_live/chat_editor.ex +++ b/lib/bds/desktop/shell_live/chat_editor.ex @@ -65,4 +65,4 @@ defmodule BDS.Desktop.ShellLive.ChatEditor do def build(_assigns), do: nil def translated(text, bindings \\ %{}), do: ShellData.translate(text, bindings, Process.get(:bds_ui_locale)) -end \ No newline at end of file +end diff --git a/lib/bds/desktop/shell_live/code_entity_editor.ex b/lib/bds/desktop/shell_live/code_entity_editor.ex index 655cbe9..9314d06 100644 --- a/lib/bds/desktop/shell_live/code_entity_editor.ex +++ b/lib/bds/desktop/shell_live/code_entity_editor.ex @@ -265,4 +265,4 @@ defmodule BDS.Desktop.ShellLive.CodeEntityEditor do |> List.flatten() |> Enum.reject(&(&1 == "main"))] end -end \ No newline at end of file +end diff --git a/lib/bds/desktop/shell_live/misc_editor.ex b/lib/bds/desktop/shell_live/misc_editor.ex index 1b24f5b..5cbdb98 100644 --- a/lib/bds/desktop/shell_live/misc_editor.ex +++ b/lib/bds/desktop/shell_live/misc_editor.ex @@ -253,4 +253,4 @@ defmodule BDS.Desktop.ShellLive.MiscEditor do |> Enum.map(fn {field, diffs} -> %{field_name: field, diff_count: length(diffs)} end) |> Enum.sort_by(&{&1.diff_count * -1, &1.field_name}) end -end \ No newline at end of file +end diff --git a/lib/bds/desktop/shell_live/tags_editor.ex b/lib/bds/desktop/shell_live/tags_editor.ex index 35d011c..eb30452 100644 --- a/lib/bds/desktop/shell_live/tags_editor.ex +++ b/lib/bds/desktop/shell_live/tags_editor.ex @@ -243,4 +243,4 @@ defmodule BDS.Desktop.ShellLive.TagsEditor do trimmed -> trimmed end end -end \ No newline at end of file +end