update fmt
This commit is contained in:
parent
a92b6a900b
commit
b043af1f7b
@ -1,4 +1,4 @@
|
||||
version=0.26.2
|
||||
version=0.27.0
|
||||
assignment-operator=end-line
|
||||
break-cases=fit
|
||||
break-fun-decl=wrap
|
||||
|
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user