remove trailing whitespace in opam file

This commit is contained in:
Rijnard van Tonder 2021-03-02 22:46:50 -07:00
parent 13ec6b83f3
commit 633f30df73

View File

@ -7,12 +7,12 @@ dev-repo: "git+https://github.com/comby-tools/comby.git"
license: "Apache-2.0"
build: [
[
"dune"
"build"
"-p"
name
"-j"
jobs
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
]
@ -35,7 +35,7 @@ depends: [
"lwt_react"
"opium"
"cohttp-lwt-unix"
"parany"
"parany"
"patience_diff" {>= "v0.14" & < "v0.15"}
"ppxlib"
"ppx_deriving"