build: treewide: fmt for edition 2024

`cargo +nightly fmt`

Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
On-behalf-of: SAP philipp.schuster@sap.com
This commit is contained in:
Philipp Schuster
2025-08-12 12:59:23 +02:00
committed by Bo Chen
parent 061351d82d
commit 363273111a
121 changed files with 781 additions and 663 deletions

View File

@@ -13,8 +13,8 @@ use std::os::unix::net::UnixStream;
use std::process;
use api_client::{
simple_api_command, simple_api_command_with_fds, simple_api_full_command,
Error as ApiClientError,
Error as ApiClientError, simple_api_command, simple_api_command_with_fds,
simple_api_full_command,
};
use clap::{Arg, ArgAction, ArgMatches, Command};
use log::error;
@@ -1128,7 +1128,9 @@ fn main() {
process::exit(1);
}
_ => {
error!("Please either provide the api-socket option or dbus-service-name and dbus-object-path options");
error!(
"Please either provide the api-socket option or dbus-service-name and dbus-object-path options"
);
process::exit(1);
}
};