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 @@ -100,13 +100,13 @@ let prepare_targets targets =
100100
101101let warn_ignore_arguments lock_held_by =
102102 User_warning. emit
103- [ Pp. tag User_message.Style. Warning
104- @@ Pp. paragraphf
105- " Your build request is being forwarded to a running Dune instance%s. Note \
106- that certain command line arguments may be ignored. "
107- ( match lock_held_by with
108- | Dune_util.Global_lock.Lock_held_by. Unknown -> " "
109- | Pid_from_lockfile pid -> sprintf " (pid: %d) " pid)
103+ [ Pp. paragraphf
104+ " Your build request is being forwarded to a running Dune instance%s. Note that \
105+ certain command line arguments may be ignored. "
106+ ( match lock_held_by with
107+ | Dune_util.Global_lock.Lock_held_by. Unknown -> " "
108+ | Pid_from_lockfile pid -> sprintf " (pid: %d) " pid)
109+ |> Pp. tag User_message.Style. Warning
110110 ]
111111;;
112112
You can’t perform that action at this time.
0 commit comments