Skip to content

Commit b3681d0

Browse files
committed
Formatting
1 parent 0b1e129 commit b3681d0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/html/html_page.ml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ let html_of_toc toc =
3131

3232
let html_of_search () =
3333
let search_bar =
34-
Html.(input ~a:[ a_class [ "search-bar" ]; a_placeholder "🔎 Type '/' to search..." ] ())
34+
Html.(
35+
input
36+
~a:[ a_class [ "search-bar" ]; a_placeholder "🔎 Type '/' to search..." ]
37+
())
3538
in
3639
let snake = Html.(div ~a:[ a_class [ "search-snake" ] ] []) in
3740
let search_result = Html.div ~a:[ Html.a_class [ "search-result" ] ] [] in

0 commit comments

Comments
 (0)