Skip to content

Commit 2b5ad52

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

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
@@ -88,13 +88,13 @@ let prepare_targets targets =
8888

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

0 commit comments

Comments
 (0)