Skip to content

Commit

Permalink
Fix little concerns
Browse files Browse the repository at this point in the history
  • Loading branch information
moyodiallo committed Dec 3, 2022
1 parent fcf5831 commit b8862d1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 37 deletions.
4 changes: 2 additions & 2 deletions gitlab/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ let submission_solver_service =
@@ Arg.opt Arg.(some Capnp_rpc_unix.sturdy_uri) None
@@ Arg.info
~doc:
"The submission-solve.cap file for a scheduler service which handle a \
solver-worker. The cap file could be same as \
"The submission-solve.cap file for a scheduler service which handles \
a solver-worker. The cap file could be the same as \
$(b,--submission-service)."
~docv:"FILE"
[ "submission-solver-service" ]
Expand Down
31 changes: 0 additions & 31 deletions lib/solver_pool.ml

This file was deleted.

4 changes: 2 additions & 2 deletions service/local.ml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ let submission_solver_service =
@@ Arg.opt Arg.(some Capnp_rpc_unix.sturdy_uri) None
@@ Arg.info
~doc:
"The submission-solve.cap file for a scheduler service which handle a \
solver-worker."
"The submission-solve.cap file for a scheduler service which handles \
a solver-worker."
~docv:"FILE"
[ "submission-solver-service" ]

Expand Down
4 changes: 2 additions & 2 deletions service/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ let submission_solver_service =
@@ Arg.opt Arg.(some Capnp_rpc_unix.sturdy_uri) None
@@ Arg.info
~doc:
"The submission-solve.cap file for a scheduler service which handle a \
solver-worker. The cap file could be same as \
"The submission-solve.cap file for a scheduler service which handles \
a solver-worker. The cap file could be the same as \
$(b,--submission-service)."
~docv:"FILE"
[ "submission-solver-service" ]
Expand Down

0 comments on commit b8862d1

Please sign in to comment.