From b3f2c3f8a9eb7809f2c1363cc84fcad054585435 Mon Sep 17 00:00:00 2001 From: Byson94 Date: Mon, 29 Sep 2025 14:29:13 +0530 Subject: [PATCH] chore: a small rename :) --- crates/ewwii/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ewwii/src/main.rs b/crates/ewwii/src/main.rs index 1345d35..464fadb 100644 --- a/crates/ewwii/src/main.rs +++ b/crates/ewwii/src/main.rs @@ -293,7 +293,7 @@ fn attempt_connect(socket_path: impl AsRef, attempts: usize) -> Option) -> bool { let response = net::UnixStream::connect(socket_path).ok().and_then(|mut stream| { client::do_server_call(&mut stream, &opts::ActionWithServer::Ping).ok()