Skip to content

Commit 504b449

Browse files
formatting
1 parent 94ed50e commit 504b449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/delux/application.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule Delux.Application do
2020
Supervisor.start_link(children, opts)
2121
end
2222

23-
def apply_dt_overlays do
23+
defp apply_dt_overlays() do
2424
config = Application.get_env(:delux, :dt_overlays, [])
2525

2626
Enum.each(config[:pins] || [], fn {label, pin} ->

0 commit comments

Comments
 (0)