update fmt

This commit is contained in:
zapashcanon 2024-12-17 15:07:09 +01:00
parent a92b6a900b
commit b043af1f7b
Signed by: zapashcanon
GPG Key ID: 8981C3C62D1D28F1
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
version=0.26.2
version=0.27.0
assignment-operator=end-line
break-cases=fit
break-fun-decl=wrap

View File

@ -33,8 +33,7 @@ let html ?(styles = []) ?(scripts = []) (request : Request.t) ~title ~body =
let styles =
List.map
(fun s ->
link ~rel:[ `Stylesheet ] ~href:(Format.sprintf "/assets/css/%s" s) ()
)
link ~rel:[ `Stylesheet ] ~href:(Format.sprintf "/assets/css/%s" s) () )
([ "style.css" ] @ styles)
in
let meta =