Skip to content

Commit

Permalink
Clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jul 15, 2024
1 parent a2ddad9 commit 604af95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bindings/runner/src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,7 @@ where
SV: UserValuesConstraint,
{
let agent_name = ctx.agent_name().to_string();
let installed_app_id = format!("{}-app", agent_name).to_string();
installed_app_id
format!("{}-app", agent_name).to_string()
}

fn get_cell_id_for_role_name(app_info: &AppInfo, role_name: &RoleName) -> anyhow::Result<CellId> {
Expand Down

0 comments on commit 604af95

Please sign in to comment.