Skip to content

Commit 00af004

Browse files
committed
clippy 2
1 parent ea06b90 commit 00af004

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/operator-binary/src/hdfs_controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ properties: []
978978
.unwrap()
979979
.get("default")
980980
.unwrap();
981-
let rolegroup_ref = hdfs.rolegroup_ref(&role.to_string(), "default");
981+
let rolegroup_ref = hdfs.rolegroup_ref(role.to_string(), "default");
982982
let env_overrides = rolegroup_config.get(&PropertyNameKind::Env);
983983

984984
let merged_config = role.merged_config(&hdfs, "default").unwrap();

0 commit comments

Comments
 (0)