Skip to content

Commit c6e4024

Browse files
committed
|> instead of @@
Signed-off-by: Ambre Austen Suhamy <[email protected]>
1 parent ec121ea commit c6e4024

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

bin/rpc/rpc_common.ml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ let prepare_targets targets =
100100

101101
let 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

0 commit comments

Comments
 (0)