Skip to content

Commit f849b0b

Browse files
Fix formatting
1 parent ce4cf2f commit f849b0b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

lib/floki/html_tree.ex

+8-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,14 @@ defmodule Floki.HTMLTree do
337337
close = "}"
338338
container_opts = [separator: "", break: :flex]
339339

340-
container_doc(open, Floki.HTMLTree.to_tuple_list(html_tree), close, opts, &fun/2, container_opts)
340+
container_doc(
341+
open,
342+
Floki.HTMLTree.to_tuple_list(html_tree),
343+
close,
344+
opts,
345+
&fun/2,
346+
container_opts
347+
)
341348
end
342349

343350
defp fun({tag, attributes, content}, opts) do

0 commit comments

Comments
 (0)