diff --git a/lib/bds/desktop/automation.ex b/lib/bds/desktop/automation.ex index 19450df..720ed8b 100644 --- a/lib/bds/desktop/automation.ex +++ b/lib/bds/desktop/automation.ex @@ -317,4 +317,4 @@ defmodule BDS.Desktop.Automation do defp project_root do Path.expand("../../..", __DIR__) end -end \ No newline at end of file +end diff --git a/lib/bds/ui/shell_page.ex b/lib/bds/ui/shell_page.ex index 5897b6f..8da989c 100644 --- a/lib/bds/ui/shell_page.ex +++ b/lib/bds/ui/shell_page.ex @@ -226,4 +226,4 @@ defmodule BDS.UI.ShellPage do |> Enum.map(&String.capitalize/1) |> Enum.join(" ") end -end \ No newline at end of file +end diff --git a/scripts/desktop_automation_app.exs b/scripts/desktop_automation_app.exs index 25aef58..d2e2f2f 100644 --- a/scripts/desktop_automation_app.exs +++ b/scripts/desktop_automation_app.exs @@ -4,4 +4,4 @@ Enum.reduce_while(IO.stream(:stdio, :line), :ok, fn line, _acc -> else {:cont, :ok} end -end) \ No newline at end of file +end) diff --git a/test/bds/desktop/automation_test.exs b/test/bds/desktop/automation_test.exs index 1ca32d7..7caa2c6 100644 --- a/test/bds/desktop/automation_test.exs +++ b/test/bds/desktop/automation_test.exs @@ -104,4 +104,4 @@ defmodule BDS.Desktop.AutomationTest do wait_until(fun, timeout - 100) end end -end \ No newline at end of file +end diff --git a/test/bds/ui/shell_test.exs b/test/bds/ui/shell_test.exs index 9276436..1b1577c 100644 --- a/test/bds/ui/shell_test.exs +++ b/test/bds/ui/shell_test.exs @@ -107,4 +107,4 @@ defmodule BDS.UI.ShellTest do assert File.exists?("/Users/gb/Projects/bDS2/priv/ui/app.css") assert File.exists?("/Users/gb/Projects/bDS2/priv/ui/app.js") end -end \ No newline at end of file +end