Skip to content

Commit b81090f

Browse files
committed
style: fmt
1 parent ee89e21 commit b81090f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent-control/src/agent_type/runtime_config/on_host/filesystem.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ impl Templateable for TemplateableValue<DirEntriesMap> {
242242
"Could not parse templated directory items as YAML: {e}"
243243
))
244244
})?;
245-
// Convert the serde_yaml::Value (i.e. the file contents) to String
246245

246+
// Convert the serde_yaml::Value (i.e. the file contents) to String
247247
map_string_value
248248
.into_iter()
249249
.map(|(k, v)| Ok((k, output_string(v)?)))

0 commit comments

Comments
 (0)