File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -88,13 +88,13 @@ let prepare_targets targets =
8888
8989let warn_ignore_arguments lock_held_by =
9090 User_warning. emit
91- [ Pp. tag User_message.Style. Warning
92- @@ Pp. paragraphf
93- " Your build request is being forwarded to a running Dune instance%s. Note \
94- that certain command line arguments may be ignored. "
95- ( match lock_held_by with
96- | Dune_util.Global_lock.Lock_held_by. Unknown -> " "
97- | Pid_from_lockfile pid -> sprintf " (pid: %d) " pid)
91+ [ Pp. paragraphf
92+ " Your build request is being forwarded to a running Dune instance%s. Note that \
93+ certain command line arguments may be ignored. "
94+ ( match lock_held_by with
95+ | Dune_util.Global_lock.Lock_held_by. Unknown -> " "
96+ | Pid_from_lockfile pid -> sprintf " (pid: %d) " pid)
97+ |> Pp. tag User_message.Style. Warning
9898 ]
9999;;
100100
You can’t perform that action at this time.
0 commit comments