Skip to content

Commit

Permalink
No default opts
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardarella committed Jan 21, 2024
1 parent 1891980 commit 0f3e0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/live_view_native/renderer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ defmodule LiveViewNative.Renderer do
|> List.first()
end

defp __embed_templates__(templates, opts \\ []) do
defp __embed_templates__(templates, opts) do
%{module: module} = env = opts[:env]
format = opts[:format]
name = build_name(templates, opts[:name])
Expand Down

0 comments on commit 0f3e0a0

Please sign in to comment.