Skip to content

Commit 0d45f52

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

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
@@ -77,13 +77,13 @@ let establish_client_session ~wait =
7777

7878
let warn_ignore_arguments lock_held_by =
7979
User_warning.emit
80-
[ Pp.tag User_message.Style.Warning
81-
@@ Pp.paragraphf
82-
"Your build request is being forwarded to a running Dune instance%s. Note \
83-
that certain command line arguments may be ignored."
84-
(match lock_held_by with
85-
| Dune_util.Global_lock.Lock_held_by.Unknown -> ""
86-
| Pid_from_lockfile pid -> sprintf " (pid: %d)" pid)
80+
[ Pp.paragraphf
81+
"Your build request is being forwarded to a running Dune instance%s. Note that \
82+
certain command line arguments may be ignored."
83+
(match lock_held_by with
84+
| Dune_util.Global_lock.Lock_held_by.Unknown -> ""
85+
| Pid_from_lockfile pid -> sprintf " (pid: %d)" pid)
86+
|> Pp.tag User_message.Style.Warning
8787
]
8888
;;
8989

0 commit comments

Comments
 (0)