Skip to content

Commit

Permalink
IH-543: fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Edwin Török <[email protected]>
  • Loading branch information
edwintorok committed Apr 17, 2024
1 parent 2723a06 commit 9019124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ocaml/xcp-rrdd/bin/rrdp-dcmi/rrdp_dcmi.ml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ let gen_dcmi_power_reading value =
( Rrd.Host
, Ds.ds_make ~name:"DCMI-power-reading"
~description:"Host power usage reported by IPMI DCMI"
~value:(Rrd.VT_Float value) ~ty:Rrd.Gauge ~default:true ~units:"W" ~min:Float.min_float ~max:65534.
()
~value:(Rrd.VT_Float value) ~ty:Rrd.Gauge ~default:true ~units:"W"
~min:Float.min_float ~max:65534. ()
)

let generate_dss () =
Expand Down

0 comments on commit 9019124

Please sign in to comment.