Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Klaus Ma <klausm@nvidia.com>
  • Loading branch information
k82cn committed Feb 15, 2024
1 parent 4ee2ea9 commit afb2bf4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions shim/src/cri/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,7 @@ impl RuntimeShim {
.map_err(|e| ChariotError::CriError(e.to_string()))?;
let resp = version.into_inner();

info!(
"Runtime: {}/{}",
resp.runtime_name, resp.runtime_version
);
info!("Runtime: {}/{}", resp.runtime_name, resp.runtime_version);

Ok(RuntimeShim {
xpu_client: runtime_client,
Expand Down

0 comments on commit afb2bf4

Please sign in to comment.