Skip to content

Commit 7a57245

Browse files
refactor: rename unused parameter service_name to _service_name
1 parent 41f22a2 commit 7a57245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/ssh_deploy/services.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ pub async fn await_service_startup(
107107
/// # Returns
108108
/// * `String` - Service content
109109
pub fn create_docker_service_content(
110-
service_name: &str,
110+
_service_name: &str,
111111
working_dir: &str,
112112
description: &str,
113113
) -> String {
@@ -166,4 +166,4 @@ pub fn create_binary_service_content(
166166
WantedBy=multi-user.target\n",
167167
description, working_dir, binary_path, args_str
168168
)
169-
}
169+
}

0 commit comments

Comments
 (0)