summaryrefslogtreecommitdiff
path: root/cli/tools
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2024-02-06 18:07:20 +0530
committerGitHub <noreply@github.com>2024-02-06 13:37:20 +0100
commite568cb8bf85161ea850ca2ae3b11247a0d5dcabd (patch)
tree54a8077ef0f574e0f1afe2c7129289e4204a2be5 /cli/tools
parent428266c06a192f008a5429e871f783dfb4601f93 (diff)
chore(ws): remove unused op_ws_send_pong (#22283)
Diffstat (limited to 'cli/tools')
-rw-r--r--cli/tools/test/fmt.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tools/test/fmt.rs b/cli/tools/test/fmt.rs
index ac5cb4877..468b9d8f0 100644
--- a/cli/tools/test/fmt.rs
+++ b/cli/tools/test/fmt.rs
@@ -292,6 +292,5 @@ pub const OP_DETAILS: phf::Map<&'static str, [&'static str; 2]> = phf_map! {
"op_ws_send_binary" => ["send a message on a WebSocket", "closing a `WebSocket` or `WebSocketStream`"],
"op_ws_send_binary_ab" => ["send a message on a WebSocket", "closing a `WebSocket` or `WebSocketStream`"],
"op_ws_send_ping" => ["send a message on a WebSocket", "closing a `WebSocket` or `WebSocketStream`"],
- "op_ws_send_pong" => ["send a message on a WebSocket", "closing a `WebSocket` or `WebSocketStream`"],
"op_spawn_wait" => ["wait for a subprocess to exit", "awaiting the result of a `Deno.Process#status` call"],
};