We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd61dc commit fa5f42fCopy full SHA for fa5f42f
agent-control/src/agent_type/agent_attributes.rs
@@ -34,7 +34,7 @@ impl AgentAttributes {
34
debug!(id = %agent_id, "filesystem directory path set to {}", agent_filesystem_dir.display());
35
Ok(Self {
36
agent_id: agent_id.to_string(),
37
- agent_filesystem_dir: agent_filesystem_dir,
+ agent_filesystem_dir,
38
remote_dir,
39
})
40
} else {
0 commit comments