Skip to content

Commit fa5f42f

Browse files
clippy
1 parent cfd61dc commit fa5f42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent-control/src/agent_type/agent_attributes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ impl AgentAttributes {
3434
debug!(id = %agent_id, "filesystem directory path set to {}", agent_filesystem_dir.display());
3535
Ok(Self {
3636
agent_id: agent_id.to_string(),
37-
agent_filesystem_dir: agent_filesystem_dir,
37+
agent_filesystem_dir,
3838
remote_dir,
3939
})
4040
} else {

0 commit comments

Comments
 (0)