Terminal styling and layout widgets for OCaml (tables, trees, panels, colors)
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ocaml-tty: drop trailing blank line in progress.mli example after dune fmt

+1 -2
+1 -2
lib/progress.mli
··· 191 191 active progress bar. Use as: 192 192 {[ 193 193 let install_logs_reporter () = 194 - Logs.set_reporter 195 - (Tty.Progress.logs_reporter (Logs_fmt.reporter ())) 194 + Logs.set_reporter (Tty.Progress.logs_reporter (Logs_fmt.reporter ())) 196 195 ]} *)